Mercurial > libavcodec.hg
diff mpeg12data.c @ 6459:588d15844c80 libavcodec
move ff_mpeg1_dc_scale_table to mpegvideo.c
| author | aurel |
|---|---|
| date | Wed, 05 Mar 2008 21:29:15 +0000 |
| parents | b52fd9b223bb |
| children | e9d9d946f213 |
line wrap: on
line diff
--- a/mpeg12data.c Wed Mar 05 16:34:47 2008 +0000 +++ b/mpeg12data.c Wed Mar 05 21:29:15 2008 +0000 @@ -325,14 +325,6 @@ { 0, 0}, }; -const uint8_t ff_mpeg1_dc_scale_table[128]={ -// 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 - 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, - 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, - 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, - 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, -}; - const float ff_mpeg1_aspect[16]={ 0.0000, 1.0000,
