[vlc-commits] TS mux: AAC is not packetized using MP4
    Rafaël Carré 
    git at videolan.org
       
    Fri May  9 18:08:41 CEST 2014
    
    
  
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri May  9 18:01:47 2014 +0200| [741f4af4c6384d247aa69ba4c68fae92b9369d15] | committer: Rafaël Carré
TS mux: AAC is not packetized using MP4
Fix f3334ccb2f26fc984779015d37df7ea5b8dd88d0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=741f4af4c6384d247aa69ba4c68fae92b9369d15
---
 modules/mux/mpeg/ts.c |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c
index 5028924..6d58b58 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -967,7 +967,6 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
         //p_stream->i_stream_type = 0x11; /* LOAS/LATM */
         p_stream->i_stream_type = 0x0f; /* ADTS */
         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-commits
mailing list