#include "avcodec.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Functions | |
static av_cold int | avui_decode_init (AVCodecContext *avctx) |
static int | avui_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
static av_cold int | avui_decode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_avui_decoder |
static av_cold int avui_decode_close | ( | AVCodecContext * | avctx | ) | [static] |
static int avui_decode_frame | ( | AVCodecContext * | avctx, | |
void * | data, | |||
int * | data_size, | |||
AVPacket * | avpkt | |||
) | [static] |
static av_cold int avui_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{ .name = "avui", .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_AVUI, .init = avui_decode_init, .decode = avui_decode_frame, .close = avui_decode_close, .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("AVID Meridien"), }