Commit 18e2dfb4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add DMK2 and VX1K fourCC.

This is getting insane.
parent 0a778174
......@@ -206,6 +206,8 @@ static const struct
VIDEO_ES, "MPEG-4 Video" },
{ VLC_FOURCC('G','E','O','X'), CODEC_ID_MPEG4,
VIDEO_ES, "MPEG-4 Video" },
{ VLC_FOURCC('D','M','K','2'), CODEC_ID_MPEG4,
VIDEO_ES, "MPEG-4 Video" },
/* MSMPEG4 v1 */
......@@ -336,6 +338,8 @@ static const struct
VIDEO_ES, "Microsoft H263" },
{ VLC_FOURCC('X','2','6','3'), CODEC_ID_H263,
VIDEO_ES, "Xirlink H263" },
{ VLC_FOURCC('V','X','1','K'), CODEC_ID_H263,
VIDEO_ES, "H263" },
/* Zygo (partial) */
{ VLC_FOURCC('Z','y','G','o'), CODEC_ID_H263,
......
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