Commit 51821081 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* added 'M264' as FOURCC for H.263 (used by MS's encoder)

parent 65a29b12
...@@ -642,6 +642,8 @@ static struct ...@@ -642,6 +642,8 @@ static struct
VIDEO_ES, "H263" }, VIDEO_ES, "H263" },
{ VLC_FOURCC('U','2','6','3'), CODEC_ID_H263, { VLC_FOURCC('U','2','6','3'), CODEC_ID_H263,
VIDEO_ES, "H263" }, VIDEO_ES, "H263" },
{ VLC_FOURCC('M','2','6','3'), CODEC_ID_H263,
VIDEO_ES, "H263" },
/* H263i */ /* H263i */
{ VLC_FOURCC('I','2','6','3'), CODEC_ID_H263I, { VLC_FOURCC('I','2','6','3'), CODEC_ID_H263I,
......
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