comparison h264data.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 09f1c2f62388
children 4e8ed93524f6
comparison
equal deleted inserted replaced
1547:0183874861fd 1548:dd544554ed42
49 #define TOP_DC_PRED8x8 5 49 #define TOP_DC_PRED8x8 5
50 #define DC_128_PRED8x8 6 50 #define DC_128_PRED8x8 6
51 51
52 #define EXTENDED_SAR 255 52 #define EXTENDED_SAR 255
53 53
54 static const uint16_t pixel_aspect[16][2]={ 54 static const AVRational pixel_aspect[14]={
55 {0, 0}, 55 {0, 1},
56 {1, 1}, 56 {1, 1},
57 {12, 11}, 57 {12, 11},
58 {10, 11}, 58 {10, 11},
59 {16, 11}, 59 {16, 11},
60 {40, 33}, 60 {40, 33},