summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12data.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-06-27 16:09:00 +0200
committerDiego Biurrun <diego@biurrun.de>2016-06-29 12:31:03 +0200
commitfe27792fd779ac4cdd5e57be5f6f488483c307b2 (patch)
tree3d30a52fcc98218245b2696da0cab6e9ebf6b33b /libavcodec/mpeg12data.c
parent8c929037ec75fbe9f367e0a31ee34839e92de481 (diff)
build: Move ff_mpeg12_frame_rate_tab to a separate file
It is also used by the Dirac parsing code.
Diffstat (limited to 'libavcodec/mpeg12data.c')
-rw-r--r--libavcodec/mpeg12data.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/libavcodec/mpeg12data.c b/libavcodec/mpeg12data.c
index 46e797f3c5..acb2bc3bb2 100644
--- a/libavcodec/mpeg12data.c
+++ b/libavcodec/mpeg12data.c
@@ -305,26 +305,6 @@ const uint8_t ff_mpeg12_mbMotionVectorTable[17][2] = {
{ 0xc, 10 },
};
-const AVRational ff_mpeg12_frame_rate_tab[16] = {
- { 0, 0},
- {24000, 1001},
- { 24, 1},
- { 25, 1},
- {30000, 1001},
- { 30, 1},
- { 50, 1},
- {60000, 1001},
- { 60, 1},
- // Xing's 15fps: (9)
- { 15, 1},
- // libmpeg3's "Unofficial economy rates": (10-13)
- { 5, 1},
- { 10, 1},
- { 12, 1},
- { 15, 1},
- { 0, 0},
-};
-
const float ff_mpeg1_aspect[16]={
0.0000,
1.0000,