comparison mpeg12data.h @ 1548:dd544554ed42 libavcodec

AVRational sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs?
author michael
date Mon, 20 Oct 2003 20:23:46 +0000
parents 1cbc2380d172
children c92147a61d97
comparison
equal deleted inserted replaced
1547:0183874861fd 1548:dd544554ed42
414 1.0950, 414 1.0950,
415 1.1575, 415 1.1575,
416 1.2015, 416 1.2015,
417 }; 417 };
418 418
419 static const float mpeg2_aspect[16]={ 419 static const AVRational mpeg2_aspect[16]={
420 0, 420 {0,1},
421 1.0, 421 {1,1},
422 -3.0/4.0, 422 {4,3},
423 -9.0/16.0, 423 {16,9},
424 -1.0/2.21, 424 {221,100},
425 }; 425 {0,1},
426 426 {0,1},
427 {0,1},
428 {0,1},
429 {0,1},
430 {0,1},
431 {0,1},
432 {0,1},
433 {0,1},
434 {0,1},
435 {0,1},
436 };
437