]> git.sesse.net Git - vlc/commitdiff
TS: change a comment
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 16 Dec 2009 10:05:40 +0000 (11:05 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 16 Dec 2009 10:05:40 +0000 (11:05 +0100)
modules/demux/ts.c

index 43d829eb4f714fe4f1fff0c22a517e15b0127e0e..2590d30cb1dfdf6a84323a46ec7b5711c830f4b7 100644 (file)
@@ -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;