Functions | Variables

libavcodec/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 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

Initial value:
 {
    "h263i",
    AVMEDIA_TYPE_VIDEO,
    CODEC_ID_H263I,
    sizeof(MpegEncContext),
    ff_h263_decode_init,
    NULL,
    ff_h263_decode_end,
    ff_h263_decode_frame,
    CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
    .long_name = NULL_IF_CONFIG_SMALL("Intel H.263"),
    .pix_fmts= ff_pixfmt_list_420,
}

Definition at line 118 of file intelh263dec.c.