|
FFmpeg
|
#include "codec_internal.h"#include "h263.h"#include "mpegvideo.h"#include "mpegvideodec.h"#include "h263data.h"#include "h263dec.h"Go to the source code of this file.
Functions | |
| int | ff_intel_h263_decode_picture_header (H263DecContext *const h) |
Variables | |
| const FFCodec | ff_h263i_decoder |
| int ff_intel_h263_decode_picture_header | ( | H263DecContext *const | h | ) |
Definition at line 29 of file intelh263dec.c.
Referenced by ff_h263_decode_init().
| const FFCodec ff_h263i_decoder |
Definition at line 129 of file intelh263dec.c.
1.8.17