comparison dvdata.h @ 8713:fa6d97b7f4e8 libavcodec

fix decoding 720p50 audio samples
author bcoudurier
date Sat, 31 Jan 2009 22:10:23 +0000
parents 04423b2f6e0b
children e9d9d946f213
comparison
equal deleted inserted replaced
8712:eae97a6f2553 8713:fa6d97b7f4e8
649 .idct_factor = &dv_idct_factor_hd720[0], 649 .idct_factor = &dv_idct_factor_hd720[0],
650 .pix_fmt = PIX_FMT_YUV422P, 650 .pix_fmt = PIX_FMT_YUV422P,
651 .bpm = 8, 651 .bpm = 8,
652 .block_sizes = block_sizes_dv100, 652 .block_sizes = block_sizes_dv100,
653 .audio_stride = 90, 653 .audio_stride = 90,
654 .audio_min_samples = { 1580, 1452, 1053 }, /* for 48, 44.1 and 32kHz */ 654 .audio_min_samples = { 1896, 1742, 1264 }, /* for 48, 44.1 and 32kHz */
655 .audio_samples_dist = { 1600, 1602, 1602, 1602, 1602 }, /* per SMPTE-314M */ 655 .audio_samples_dist = { 1920, 1920, 1920, 1920, 1920 },
656 .audio_shuffle = dv_audio_shuffle525, 656 .audio_shuffle = dv_audio_shuffle625,
657 } 657 }
658 }; 658 };
659 659
660 enum dv_section_type { 660 enum dv_section_type {
661 dv_sect_header = 0x1f, 661 dv_sect_header = 0x1f,