mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
more aspect ratios added in one of the ammendments
Originally committed as revision 12282 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -54,7 +54,7 @@ NAL_SPS_EXT,
|
||||
NAL_AUXILIARY_SLICE=19
|
||||
};
|
||||
|
||||
static const AVRational pixel_aspect[14]={
|
||||
static const AVRational pixel_aspect[17]={
|
||||
{0, 1},
|
||||
{1, 1},
|
||||
{12, 11},
|
||||
@@ -69,6 +69,9 @@ static const AVRational pixel_aspect[14]={
|
||||
{15, 11},
|
||||
{64, 33},
|
||||
{160,99},
|
||||
{4, 3},
|
||||
{3, 2},
|
||||
{2, 1},
|
||||
};
|
||||
|
||||
static const uint8_t golomb_to_pict_type[5]=
|
||||
|
||||
Reference in New Issue
Block a user