comparison 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
comparison
equal deleted inserted replaced
6458:58305141e1bb 6459:588d15844c80
323 { 12, 1}, 323 { 12, 1},
324 { 15, 1}, 324 { 15, 1},
325 { 0, 0}, 325 { 0, 0},
326 }; 326 };
327 327
328 const uint8_t ff_mpeg1_dc_scale_table[128]={
329 // 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
330 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,
331 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,
332 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,
333 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,
334 };
335
336 const float ff_mpeg1_aspect[16]={ 328 const float ff_mpeg1_aspect[16]={
337 0.0000, 329 0.0000,
338 1.0000, 330 1.0000,
339 0.6735, 331 0.6735,
340 0.7031, 332 0.7031,