[vlc-devel] Re: vlc: svn commit r16067 (sigmunau)
    Gildas Bazin 
    gbazin at videolan.org
       
    Tue Jul 18 22:53:00 CEST 2006
    
    
  
On Tuesday 18 July 2006 09:48, Subversion daemon wrote:
> r16067 | sigmunau | 2006-07-18 10:48:53 +0200 (Tue, 18 Jul 2006) | 2 lines
> Changed paths:
>    M /trunk/include/vlc_es.h
>    M /trunk/modules/demux/ts.c
>    M /trunk/modules/mux/mpeg/ts.c
> 
Hmmm, that strikes me as ood:
--- modules/demux/ts.c  (revision 16066)
+++ modules/demux/ts.c  (working copy)
@@ -1932,7 +1932,7 @@
     }
     /* PES packets usually contain truncated frames */
-    fmt->b_packetized = VLC_FALSE;
+    fmt->b_packetized = VLC_TRUE;
     return fmt->i_cat == UNKNOWN_ES ? VLC_EGENERIC : VLC_SUCCESS ;
 }
--
Gildas
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
    
    
More information about the vlc-devel
mailing list