comparison mpeg12data.h @ 917:d3aa313dc373 libavcodec

mpeg1&2 aspect decoding
author michaelni
date Fri, 06 Dec 2002 16:04:30 +0000
parents e65798d228ea
children b32afefe7d33
comparison
equal deleted inserted replaced
916:259f3efebef5 917:d3aa313dc373
409 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, 409 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,
410 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, 410 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,
411 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, 411 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,
412 }; 412 };
413 413
414 414 static const float mpeg1_aspect[16]={
415 0.0000,
416 1.0000,
417 0.6735,
418 0.7031,
419
420 0.7615,
421 0.8055,
422 0.8437,
423 0.8935,
424
425 0.9157,
426 0.9815,
427 1.0255,
428 1.0695,
429
430 1.0950,
431 1.1575,
432 1.2015,
433 };
434
435 static const float mpeg2_aspect[16]={
436 0,
437 1.0,
438 -3.0/4.0,
439 -9.0/16.0,
440 -1.0/2.21,
441 };
442