comparison dvdata.h @ 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 fbcf02596520
children ef2149182f1c
comparison
equal deleted inserted replaced
2227:bf414a07af2e 2228:f9411c92f7e6
1297 .frame_rate = 30000, 1297 .frame_rate = 30000,
1298 .ltc_divisor = 30, 1298 .ltc_divisor = 30,
1299 .frame_rate_base = 1001, 1299 .frame_rate_base = 1001,
1300 .height = 480, 1300 .height = 480,
1301 .width = 720, 1301 .width = 720,
1302 .sar = {{72, 79}, {96, 79}}, 1302 .sar = {{10, 11}, {40, 33}},
1303 .video_place = dv_place_411, 1303 .video_place = dv_place_411,
1304 .pix_fmt = PIX_FMT_YUV411P, 1304 .pix_fmt = PIX_FMT_YUV411P,
1305 .audio_stride = 90, 1305 .audio_stride = 90,
1306 .audio_min_samples = { 1580, 1452, 1053 }, /* for 48, 44.1 and 32Khz */ 1306 .audio_min_samples = { 1580, 1452, 1053 }, /* for 48, 44.1 and 32Khz */
1307 .audio_samples_dist = { 1602, 1601, 1602, 1601, 1602 }, 1307 .audio_samples_dist = { 1602, 1601, 1602, 1601, 1602 },
1313 .frame_rate = 25, 1313 .frame_rate = 25,
1314 .frame_rate_base = 1, 1314 .frame_rate_base = 1,
1315 .ltc_divisor = 25, 1315 .ltc_divisor = 25,
1316 .height = 576, 1316 .height = 576,
1317 .width = 720, 1317 .width = 720,
1318 .sar = {{128, 117}, {512, 351}}, 1318 .sar = {{59, 54}, {118, 81}},
1319 .video_place = dv_place_420, 1319 .video_place = dv_place_420,
1320 .pix_fmt = PIX_FMT_YUV420P, 1320 .pix_fmt = PIX_FMT_YUV420P,
1321 .audio_stride = 108, 1321 .audio_stride = 108,
1322 .audio_min_samples = { 1896, 1742, 1264 }, /* for 48, 44.1 and 32Khz */ 1322 .audio_min_samples = { 1896, 1742, 1264 }, /* for 48, 44.1 and 32Khz */
1323 .audio_samples_dist = { 1920, 1920, 1920, 1920, 1920 }, 1323 .audio_samples_dist = { 1920, 1920, 1920, 1920, 1920 },
1329 .frame_rate = 25, 1329 .frame_rate = 25,
1330 .frame_rate_base = 1, 1330 .frame_rate_base = 1,
1331 .ltc_divisor = 25, 1331 .ltc_divisor = 25,
1332 .height = 576, 1332 .height = 576,
1333 .width = 720, 1333 .width = 720,
1334 .sar = {{128, 117}, {512, 351}}, 1334 .sar = {{59, 54}, {118, 81}},
1335 .video_place = dv_place_411P, 1335 .video_place = dv_place_411P,
1336 .pix_fmt = PIX_FMT_YUV411P, 1336 .pix_fmt = PIX_FMT_YUV411P,
1337 .audio_stride = 108, 1337 .audio_stride = 108,
1338 .audio_min_samples = { 1896, 1742, 1264 }, /* for 48, 44.1 and 32Khz */ 1338 .audio_min_samples = { 1896, 1742, 1264 }, /* for 48, 44.1 and 32Khz */
1339 .audio_samples_dist = { 1920, 1920, 1920, 1920, 1920 }, 1339 .audio_samples_dist = { 1920, 1920, 1920, 1920, 1920 },