Commit d99db72b 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>
(cherry picked from commit 95c6e2f3)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent faedf23e
...@@ -53,6 +53,7 @@ static const struct ...@@ -53,6 +53,7 @@ static const struct
*/ */
{ VLC_CODEC_MPGV, CODEC_ID_MPEG2VIDEO, VIDEO_ES }, { VLC_CODEC_MPGV, CODEC_ID_MPEG2VIDEO, VIDEO_ES },
{ VLC_CODEC_MPGV, CODEC_ID_MPEG1VIDEO, VIDEO_ES },
{ VLC_CODEC_MP4V, CODEC_ID_MPEG4, VIDEO_ES }, { VLC_CODEC_MP4V, CODEC_ID_MPEG4, VIDEO_ES },
/* 3ivx delta 3.5 Unsupported /* 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