mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 13:57:00 +00:00
Support NTSC forward dvcpro videos (PAL looks incorrect).
This commit is contained in:
parent
e013abed63
commit
86709ce3a9
@ -118,6 +118,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') },
|
||||
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 's') },
|
||||
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') },
|
||||
{ CODEC_ID_DVVIDEO, MKTAG('S', 'L', '2', '5') },
|
||||
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') },
|
||||
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') },
|
||||
{ CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') },
|
||||
|
Loading…
Reference in New Issue
Block a user