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

git version control git at videolan.org
Sat Feb 14 15:05:17 CET 2009


vlc | branch: 0.9-bugfix | Christophe Massiot <massiot at via.ecp.fr> | Wed Feb 11 17:17:21 2009 +0100| [821e36604aee285f41dbb48ea660194fcfa41b37] | committer: Christophe Mutricy 

Fix handling of AAC ADTS

(cherry picked from commit f3334ccb2f26fc984779015d37df7ea5b8dd88d0)

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

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

 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 6afe0c8..c4c64ad 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -1065,7 +1065,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