FFmpeg  2.1.1
Functions | Variables
intelh263dec.c File Reference
#include "mpegvideo.h"
#include "h263.h"

Go to the source code of this file.

Functions

int ff_intel_h263_decode_picture_header (MpegEncContext *s)
 

Variables

AVCodec ff_h263i_decoder
 

Function Documentation

int ff_intel_h263_decode_picture_header ( MpegEncContext s)

Definition at line 25 of file intelh263dec.c.

Referenced by ff_h263_decode_frame().

Variable Documentation

AVCodec ff_h263i_decoder
Initial value:
= {
.name = "h263i",
.long_name = NULL_IF_CONFIG_SMALL("Intel H.263"),
.priv_data_size = sizeof(MpegEncContext),
.pix_fmts = ff_pixfmt_list_420,
}
static av_cold int init(AVCodecContext *avctx)
Definition: avrndec.c:35
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:742
enum AVPixelFormat ff_pixfmt_list_420[]
Definition: mpegvideo.c:121
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:151
int ff_h263_decode_init(AVCodecContext *avctx)
Definition: h263dec.c:44
int ff_h263_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: h263dec.c:368
#define CODEC_CAP_DRAW_HORIZ_BAND
Decoder can use draw_horiz_band callback.
Definition: avcodec.h:736
static void close(AVCodecParserContext *s)
Definition: h264_parser.c:538
MpegEncContext.
Definition: mpegvideo.h:245
int ff_h263_decode_end(AVCodecContext *avctx)
Definition: h263dec.c:130
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868

Definition at line 127 of file intelh263dec.c.