Skip to content
Snippets Groups Projects
Commit 6439ad49 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Carl Eugen Hoyos
Browse files

Add SLDV FourCC for dvvideo.

parent 47aae2bc
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ 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_DVVIDEO, MKTAG('S', 'L', 'D', 'V') },
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') },
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') },
{ CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment