FFmpeg
|
#include "libavutil/imgutils.h"
#include "codec_internal.h"
#include "flvdec.h"
#include "h263dec.h"
#include "mpegvideo.h"
#include "mpegvideodec.h"
Go to the source code of this file.
Functions | |
int | ff_flv_decode_picture_header (H263DecContext *const h) |
Variables | |
const FFCodec | ff_flv_decoder |
int ff_flv_decode_picture_header | ( | H263DecContext *const | h | ) |
Definition at line 29 of file flvdec.c.
Referenced by ff_h263_decode_init().
const FFCodec ff_flv_decoder |