[vlc-devel] commit: Remove duplication ( Rafaël Carré )

git version control git at videolan.org
Mon May 26 22:44:02 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon May 26 22:43:35 2008 +0200| [fbbdb7571d7e81a6d690febef1acac768205fabf]

Remove duplication

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fbbdb7571d7e81a6d690febef1acac768205fabf
---

 modules/codec/ffmpeg/ffmpeg.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/codec/ffmpeg/ffmpeg.c b/modules/codec/ffmpeg/ffmpeg.c
index 9d9614b..7c7d86e 100644
--- a/modules/codec/ffmpeg/ffmpeg.c
+++ b/modules/codec/ffmpeg/ffmpeg.c
@@ -575,8 +575,6 @@ static struct
       VIDEO_ES, "MPEG-1 Video" },
     { VLC_FOURCC('m','p','g','1'), CODEC_ID_MPEG1VIDEO,
       VIDEO_ES, "MPEG-1 Video" },
-    { VLC_FOURCC('m','p','e','g'), CODEC_ID_MPEG1VIDEO,
-      VIDEO_ES, "MPEG-1 Video" },
     { VLC_FOURCC('P','I','M','1'), CODEC_ID_MPEG1VIDEO,
       VIDEO_ES, "Pinnacle DC1000 (MPEG-1 Video)" },
 




More information about the vlc-devel mailing list