]> git.sesse.net Git - vlc/commitdiff
Fix handling of AAC ADTS
authorChristophe Massiot <massiot@via.ecp.fr>
Wed, 11 Feb 2009 16:17:21 +0000 (17:17 +0100)
committerChristophe Mutricy <xtophe@yop.chewa.net>
Wed, 11 Feb 2009 16:24:03 +0000 (17:24 +0100)
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
modules/mux/mpeg/ts.c

index 286508289e644d6fc1f374635e2b1e7f5e6fdc37..209f3344fc0043bee7bc632880ff2af51eded7e3 100644 (file)
@@ -1072,7 +1072,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
                      * is implemented for AAC in TS */
                     //p_stream->i_stream_type = 0x11; /* LOAS/LATM */
                     p_stream->i_stream_type = 0x0f; /* ADTS */
-                    p_stream->i_stream_id = 0xfa;
+                    p_stream->i_stream_id = 0xc0;
                     p_sys->i_mpeg4_streams++;
                     p_stream->i_es_id = p_stream->i_pid;
                     break;