]> git.sesse.net Git - ffmpeg/commit
avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size
authorMark Plomer <not-implemented@mark-plomer.de>
Thu, 18 Mar 2021 12:19:16 +0000 (13:19 +0100)
committerMarton Balint <cus@passwd.hu>
Tue, 30 Mar 2021 17:57:34 +0000 (19:57 +0200)
commit6ef5d8ca86c1d17e486300daa476dc6e0799f2f6
treebb8937fa1c04fd6ec6eff62dc3b32c9c8c384553
parent62f486e7930c5f1c8e4bfe342eb6a2bbd8cfd177
avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size

Some old DV AVI files have the DSF-Flag of frames set to 0, although it
is PAL (maybe rendered with an old Ulead Media Studio Pro) ... this causes
ffmpeg/VLC-player to produce/play corrupted video (other players/editors
like VirtualDub work fine).

Fixes ticket #8333 and replaces/extends hack for ticket #2177

Signed-off-by: Marton Balint <cus@passwd.hu>
libavcodec/dv_profile.c