FFmpeg
|
avrndec.c File Reference
#include "avcodec.h"
#include "internal.h"
#include "mjpeg.h"
#include "mjpegdec.h"
#include "libavutil/imgutils.h"
Include dependency graph for avrndec.c:
Go to the source code of this file.
Data Structures | |
struct | AVRnContext |
Functions | |
static av_cold int | init (AVCodecContext *avctx) |
static av_cold int | end (AVCodecContext *avctx) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_avrn_decoder |
Function Documentation
|
static |
|
static |
|
static |
Definition at line 35 of file avrndec.c.
Referenced by a64multi_encode_frame(), amr_decode_fix_avctx(), amv_encode_picture(), calc_cpl_coord(), configure_filtergraph(), cyuv_decode_frame(), decode_end(), decode_flush(), dv_write_pack(), eightsvx_decode_close(), encode_end(), encode_init(), encode_superframe(), ff_eac3_output_frame_header(), flashsv_decode_end(), flush(), g726_reset(), gsm_flush(), idct248_ref(), libgsm_flush(), movie_request_frame(), mpeg12_class(), mvc_decode_end(), pnm_encode_frame(), predictor_calc_error(), read_access_unit(), sp5x_decode_frame(), srt_encode_close(), vp3_init_thread_copy(), and vp8_free().
Variable Documentation
AVCodec ff_avrn_decoder |
Initial value:
= {
.name = "avrn",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_AVRN,
.priv_data_size = sizeof(AVRnContext),
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("Avid AVI Codec"),
.capabilities = CODEC_CAP_DR1,
.max_lowres = 3,
}
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: avrndec.c:77
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: avrndec.c:28
Definition: libavcodec/avcodec.h:288
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11