[vlc-devel] commit: TS: change a comment (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Dec 16 11:27:14 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 16 11:05:40 2009 +0100| [69d72d7210777993e316e7d46cdeece391387361] | committer: Jean-Baptiste Kempf 

TS: change a comment

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

 modules/demux/ts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 43d829e..2590d30 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -2082,7 +2082,7 @@ static int PIDFillFormat( ts_pid_t *pid, int i_stream_type )
     case 0x04:  /* MPEG-2 audio */
         es_format_Init( fmt, AUDIO_ES, VLC_CODEC_MPGA );
         break;
-    case 0x11:  /* MPEG4 (audio) */
+    case 0x11:  /* MPEG4 (audio) LATM */
     case 0x0f:  /* ISO/IEC 13818-7 Audio with ADTS transport syntax */
         es_format_Init( fmt, AUDIO_ES, VLC_CODEC_MP4A );
         break;




More information about the vlc-devel mailing list