]> git.sesse.net Git - vlc/commitdiff
No need to set b_packetized in demuxer using a packetizer.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 7 May 2009 18:59:56 +0000 (20:59 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 7 May 2009 18:59:56 +0000 (20:59 +0200)
demux_PacketizerNew has been fixed in that regard.

modules/demux/dirac.c

index 66012fef6a22c38c3bb5b675adb2a058075535ce..51ceb4feea6e1f75549327d7f5798329665e181a 100644 (file)
@@ -184,10 +184,7 @@ static int Demux( demux_t *p_demux)
             p_block_out->p_next = NULL;
 
             if( p_sys->p_es == NULL )
-            {
-                p_sys->p_packetizer->fmt_out.b_packetized = true;
                 p_sys->p_es = es_out_Add( p_demux->out, &p_sys->p_packetizer->fmt_out);
-            }
 
             p_block_out->i_dts += p_sys->i_dtsoffset;
             p_sys->i_dts = p_block_out->i_dts;