diff 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
line wrap: on
line diff
--- a/h264data.h	Mon Oct 20 10:33:13 2003 +0000
+++ b/h264data.h	Mon Oct 20 20:23:46 2003 +0000
@@ -51,8 +51,8 @@
 
 #define EXTENDED_SAR          255
 
-static const uint16_t pixel_aspect[16][2]={
- {0, 0},
+static const AVRational pixel_aspect[14]={
+ {0, 1},
  {1, 1},
  {12, 11},
  {10, 11},