|
Libav 0.7.1
|
Go to the source code of this file.
Functions | |
| int | ff_intel_h263_decode_picture_header (MpegEncContext *s) |
Variables | |
| AVCodec | ff_h263i_decoder |
| int ff_intel_h263_decode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 25 of file intelh263dec.c.
Referenced by ff_h263_decode_frame().
{
"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 127 of file intelh263dec.c.
1.7.4