#include "mpegvideo.h"
Go to the source code of this file.
Functions | |
void | ff_mpeg12_common_init (MpegEncContext *s) |
Variables | |
uint8_t | ff_mpeg12_static_rl_table_store [2][2][2 *MAX_RUN+MAX_LEVEL+3] |
void ff_mpeg12_common_init | ( | MpegEncContext * | s | ) |
Definition at line 125 of file mpeg12.c.
Referenced by ff_mpeg1_encode_init(), and mpeg_decode_init().
uint8_t ff_mpeg12_static_rl_table_store[2][2][2 *MAX_RUN+MAX_LEVEL+3] |