diff options
author | Martin Storsjö <martin@martin.st> | 2012-10-18 10:30:03 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-10-18 14:26:14 +0300 |
commit | eaa9b2e66c04d234eab85e2991d756ee36858808 (patch) | |
tree | 60d2148a0dfe32dc65d03f4c01d1d6470fcef643 /libavcodec/mpeg12data.c | |
parent | fc085c5b33a966ad893757ab1c4269bf829ce499 (diff) | |
download | ffmpeg-eaa9b2e66c04d234eab85e2991d756ee36858808.tar.gz |
avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab
This table doesn't need to be shared with libavformat any longer.
Add mpeg12 to the name to make it less ambiguous, while renaming it.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/mpeg12data.c')
-rw-r--r-- | libavcodec/mpeg12data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12data.c b/libavcodec/mpeg12data.c index a0dd6e5784..ccc3d2deb9 100644 --- a/libavcodec/mpeg12data.c +++ b/libavcodec/mpeg12data.c @@ -305,7 +305,7 @@ const uint8_t ff_mpeg12_mbMotionVectorTable[17][2] = { { 0xc, 10 }, }; -const AVRational avpriv_frame_rate_tab[16] = { +const AVRational ff_mpeg12_frame_rate_tab[16] = { { 0, 0}, {24000, 1001}, { 24, 1}, |