diff options
author | Alexandre Colucci <alexandre@elgato.com> | 2011-04-04 15:08:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-04 15:35:03 +0200 |
commit | 2506ad9f170ba3c21eed5dd884f51413adc51d37 (patch) | |
tree | a834ac73806c3eda9638b402dc4b5e1717c88bfe /libavcodec/dvdata.c | |
parent | 2cae9809e2d59c7336fc2cccb97b82c7f764868a (diff) | |
download | ffmpeg-2506ad9f170ba3c21eed5dd884f51413adc51d37.tar.gz |
Fix VC-1 playback with pulldown content
The attached patch fixes the jerky playback of VC-1 content with pulldown. The pulldown flags were incorrectly set. They must be correct in order to display the frames with the correct timing as mentioned in the specifications: "SMPTE 421M: VC-1 Compressed Video Bitstream Format and Decoding Process". More precisely the following tables:
Table 20: Progressive P picture layer bitstream for Advanced Profile
Table 22: Progressive B picture layer bitstream for Advanced Profile
Table 23: Progressive Skipped picture layer bitstream for Advanced Profile
Table 82: Interlaced Frame I and BI picture layer bitstream for Advanced Profile
Table 83: Interlaced Frame P picture layer bitstream for Advanced Profile
Table 84: Interlaced Frame B picture layer bitstream for Advanced Profile
Table 85: Picture Layer bitstream for Field 1 of Interlace Field Picture for Advanced Profile
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dvdata.c')
0 files changed, 0 insertions, 0 deletions