diff h264data.h @ 6429:3c67363d6fa0 libavcodec

more aspect ratios added in one of the ammendments
author lorenm
date Sat, 01 Mar 2008 01:58:25 +0000
parents 1d83e9c34641
children 493dc59d469a
line wrap: on
line diff
--- a/h264data.h	Fri Feb 29 08:01:01 2008 +0000
+++ b/h264data.h	Sat Mar 01 01:58:25 2008 +0000
@@ -54,7 +54,7 @@
 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 @@
  {15, 11},
  {64, 33},
  {160,99},
+ {4, 3},
+ {3, 2},
+ {2, 1},
 };
 
 static const uint8_t golomb_to_pict_type[5]=