[vlc-commits] commit: AVCodec : Add the MPEG1 codec ID to the map table. (Jai Menon )
git at videolan.org
git at videolan.org
Sat Jul 3 14:04:22 CEST 2010
vlc/vlc-1.1 | branch: master | Jai Menon <jmenon86 at gmail.com> | Thu Jul 1 00:41:53 2010 +0530| [d99db72b5b09bdd0acaba76f7580ce946a75ff64] | committer: Jean-Baptiste Kempf
AVCodec : Add the MPEG1 codec ID to the map table.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 95c6e2f347e00a66ea53f39ee575e6e4163d5bbe)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=d99db72b5b09bdd0acaba76f7580ce946a75ff64
---
modules/codec/avcodec/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 5a215e5..bee9b10 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -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
More information about the vlc-commits
mailing list