]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12data.c
avcodec/mips: version 1 of vp8dsp optimizations for loongson mmi
[ffmpeg] / libavcodec / mpeg12data.c
index 416bbb8129b54c5851443e4ff85304eb3cf5978d..4da96d7da3f27f4b08b4c28d4389565fa83fd82d 100644 (file)
@@ -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 AVRational ff_mpeg2_frame_rate_tab[] = {
     {      1,     1},
     {      2,     1},