FFmpeg
|
#include "codec_internal.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "mpegvideodec.h"
#include "h263data.h"
#include "h263dec.h"
#include "mpegvideodata.h"
Go to the source code of this file.
Functions | |
int | ff_intel_h263_decode_picture_header (MpegEncContext *s) |
Variables | |
const FFCodec | ff_h263i_decoder |
int ff_intel_h263_decode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 30 of file intelh263dec.c.
Referenced by ff_h263_decode_frame().
const FFCodec ff_h263i_decoder |
Definition at line 130 of file intelh263dec.c.