#include "avcodec.h"
#include "libutvideo.h"
#include "get_bits.h"
Go to the source code of this file.
Functions | |
static av_cold int | utvideo_decode_init (AVCodecContext *avctx) |
static int | utvideo_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
static av_cold int | utvideo_decode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_libutvideo_decoder |
Definition in file libutvideodec.cpp.
static av_cold int utvideo_decode_close | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 159 of file libutvideodec.cpp.
static int utvideo_decode_frame | ( | AVCodecContext * | avctx, | |
void * | data, | |||
int * | data_size, | |||
AVPacket * | avpkt | |||
) | [static] |
Definition at line 117 of file libutvideodec.cpp.
static av_cold int utvideo_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 34 of file libutvideodec.cpp.
Initial value:
{ "libutvideo", NULL_IF_CONFIG_SMALL("Ut Video"), AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_UTVIDEO, 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, sizeof(UtVideoContext), NULL, NULL, NULL, NULL, NULL, utvideo_decode_init, NULL, NULL, utvideo_decode_frame, utvideo_decode_close, }
Definition at line 174 of file libutvideodec.cpp.