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

Initial value:

 {
    .name           = "h263i",
    .type           = AVMEDIA_TYPE_VIDEO,
    .id             = CODEC_ID_H263I,
    .priv_data_size = sizeof(MpegEncContext),
    .init           = ff_h263_decode_init,
    .close          = ff_h263_decode_end,
    .decode         = ff_h263_decode_frame,
    .capabilities   = 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 127 of file intelh263dec.c.


Generated on Fri Oct 26 02:43:48 2012 for FFmpeg by  doxygen 1.5.8