[vlc-devel] commit: Fix handling of AAC ADTS (Christophe Massiot )

git version control git at videolan.org
Wed Feb 11 17:24:17 CET 2009


vlc | branch: master | Christophe Massiot <massiot at via.ecp.fr> | Wed Feb 11 17:17:21 2009 +0100| [f3334ccb2f26fc984779015d37df7ea5b8dd88d0] | committer: Christophe Mutricy 

Fix handling of AAC ADTS

Signed-off-by: Christophe Mutricy <xtophe at videolan.org>

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

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

diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c
index 2865082..209f334 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -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;




More information about the vlc-devel mailing list