changeset 2228:f9411c92f7e6 libavcodec

* I was finally convinced. And besides, if err it's better to err with everybody else around ;-)
author romansh
date Tue, 14 Sep 2004 06:58:24 +0000
parents bf414a07af2e
children 5ca45491294b
files dvdata.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dvdata.h	Mon Sep 13 21:20:55 2004 +0000
+++ b/dvdata.h	Tue Sep 14 06:58:24 2004 +0000
@@ -1299,7 +1299,7 @@
       .frame_rate_base = 1001,
       .height = 480,
       .width = 720,
-      .sar = {{72, 79}, {96, 79}},
+      .sar = {{10, 11}, {40, 33}},
       .video_place = dv_place_411,
       .pix_fmt = PIX_FMT_YUV411P,
       .audio_stride = 90,
@@ -1315,7 +1315,7 @@
       .ltc_divisor = 25,
       .height = 576,
       .width = 720,
-      .sar = {{128, 117}, {512, 351}},
+      .sar = {{59, 54}, {118, 81}},
       .video_place = dv_place_420,
       .pix_fmt = PIX_FMT_YUV420P,
       .audio_stride = 108,
@@ -1331,7 +1331,7 @@
       .ltc_divisor = 25,
       .height = 576,
       .width = 720,
-      .sar = {{128, 117}, {512, 351}},
+      .sar = {{59, 54}, {118, 81}},
       .video_place = dv_place_411P,
       .pix_fmt = PIX_FMT_YUV411P,
       .audio_stride = 108,