Commit 95c6e2f3 authored by Jai Menon's avatar Jai Menon Committed by Jean-Baptiste Kempf

AVCodec : Add the MPEG1 codec ID to the map table.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b6552403
......@@ -53,6 +53,7 @@ static const struct
*/
{ VLC_CODEC_MPGV, CODEC_ID_MPEG2VIDEO, VIDEO_ES },
{ VLC_CODEC_MPGV, CODEC_ID_MPEG1VIDEO, VIDEO_ES },
{ VLC_CODEC_MP4V, CODEC_ID_MPEG4, VIDEO_ES },
/* 3ivx delta 3.5 Unsupported
......
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