FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
intelh263dec.c File Reference
#include "mpegutils.h"
#include "mpegvideo.h"
#include "h263.h"
#include "mpegvideodata.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 27 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 = (const enum AVPixelFormat[]) {
},
}
static av_cold int init(AVCodecContext *avctx)
Definition: avrndec.c:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:179
int ff_h263_decode_init(AVCodecContext *avctx)
Definition: h263dec.c:62
int ff_h263_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: h263dec.c:409
#define AV_CODEC_CAP_DRAW_HORIZ_BAND
Decoder can use draw_horiz_band callback.
Definition: avcodec.h:988
static enum AVPixelFormat pix_fmts[]
Definition: libkvazaar.c:262
MpegEncContext.
Definition: mpegvideo.h:78
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:62
#define FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
The decoder extracts and fills its parameters even if the frame is skipped due to the skip_frame sett...
Definition: internal.h:60
int ff_h263_decode_end(AVCodecContext *avctx)
Definition: h263dec.c:149
static int decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
Definition: ffmpeg.c:2257
AVPixelFormat
Pixel format.
Definition: pixfmt.h:60
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:994

Definition at line 131 of file intelh263dec.c.