Commit e1db82bc authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)

parent 82d59e50
......@@ -701,8 +701,12 @@ static struct
VIDEO_ES, "DV Video" },
{ VLC_FOURCC('d','v','c',' '), CODEC_ID_DVVIDEO,
VIDEO_ES, "DV Video" },
{ VLC_FOURCC('d','v','c','p'), CODEC_ID_DVVIDEO,
VIDEO_ES, "DV Video PAL" },
{ VLC_FOURCC('d','v','p',' '), CODEC_ID_DVVIDEO,
VIDEO_ES, "DV Video" },
VIDEO_ES, "DV Video Pro" },
{ VLC_FOURCC('d','v','p','p'), CODEC_ID_DVVIDEO,
VIDEO_ES, "DV Video Pro PAL" },
{ VLC_FOURCC('C','D','V','C'), CODEC_ID_DVVIDEO,
VIDEO_ES, "DV Video" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment