[vlc-devel] commit: Fixed b135359153df3e6516c0aa932587bc1c8e0f6444 cherry-pick (mlp/ thrd). (Laurent Aimar )

git version control git at videolan.org
Sun Jun 28 02:02:38 CEST 2009


vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Sun Jun 28 02:00:42 2009 +0200| [cc1d5d68972c10ce2e31dcdf042dec7a0468c794] | committer: Laurent Aimar 

Fixed b135359153df3e6516c0aa932587bc1c8e0f6444 cherry-pick (mlp/thrd).

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

 modules/demux/mpeg/es.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/demux/mpeg/es.c b/modules/demux/mpeg/es.c
index 9dc80eb..f7e6176 100644
--- a/modules/demux/mpeg/es.c
+++ b/modules/demux/mpeg/es.c
@@ -140,7 +140,6 @@ static const codec_t p_codec[] = {
     { VLC_FOURCC( 'a', '5', '2', ' ' ), true,  "a52 audio",  A52Probe,  A52Init },
     { VLC_FOURCC( 'e', 'a', 'c', '3' ), true,  "eac3 audio", EA52Probe, A52Init },
     { VLC_FOURCC( 'd', 't', 's', ' ' ), false, "dts audio",  DtsProbe,  DtsInit },
-    { VLC_FOURCC( 'm', 'l', 'p', ' ' ), false, "mlp audio",  MlpProbe,  MlpInit },
     { VLC_FOURCC( 't', 'r', 'h', 'd' ), false, "mlp audio",  MlpProbe,  MlpInit },
 
     { 0, false, NULL, NULL, NULL }




More information about the vlc-devel mailing list