Commit 0bae10cc authored by Roman Shaposhnik's avatar Roman Shaposhnik

* I was finally convinced. And besides, if err it's better to err with

     everybody else around ;-)

Originally committed as revision 3460 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4770b1b4
...@@ -1299,7 +1299,7 @@ static const DVprofile dv_profiles[] = { ...@@ -1299,7 +1299,7 @@ static const DVprofile dv_profiles[] = {
.frame_rate_base = 1001, .frame_rate_base = 1001,
.height = 480, .height = 480,
.width = 720, .width = 720,
.sar = {{72, 79}, {96, 79}}, .sar = {{10, 11}, {40, 33}},
.video_place = dv_place_411, .video_place = dv_place_411,
.pix_fmt = PIX_FMT_YUV411P, .pix_fmt = PIX_FMT_YUV411P,
.audio_stride = 90, .audio_stride = 90,
...@@ -1315,7 +1315,7 @@ static const DVprofile dv_profiles[] = { ...@@ -1315,7 +1315,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 25, .ltc_divisor = 25,
.height = 576, .height = 576,
.width = 720, .width = 720,
.sar = {{128, 117}, {512, 351}}, .sar = {{59, 54}, {118, 81}},
.video_place = dv_place_420, .video_place = dv_place_420,
.pix_fmt = PIX_FMT_YUV420P, .pix_fmt = PIX_FMT_YUV420P,
.audio_stride = 108, .audio_stride = 108,
...@@ -1331,7 +1331,7 @@ static const DVprofile dv_profiles[] = { ...@@ -1331,7 +1331,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 25, .ltc_divisor = 25,
.height = 576, .height = 576,
.width = 720, .width = 720,
.sar = {{128, 117}, {512, 351}}, .sar = {{59, 54}, {118, 81}},
.video_place = dv_place_411P, .video_place = dv_place_411P,
.pix_fmt = PIX_FMT_YUV411P, .pix_fmt = PIX_FMT_YUV411P,
.audio_stride = 108, .audio_stride = 108,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment