#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 |
int ff_intel_h263_decode_picture_header | ( | MpegEncContext * | s | ) |
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.