[vlc-commits] demux: asf: fmt defaults to packetized
    Francois Cartegnie 
    git at videolan.org
       
    Thu Feb 23 11:58:36 CET 2017
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Feb 23 11:46:03 2017 +0100| [47fcb4cf13d7d05509cc0bf3d1d9c9961cc649ed] | committer: Francois Cartegnie
demux: asf: fmt defaults to packetized
otherwise that line would prevent early overriding
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=47fcb4cf13d7d05509cc0bf3d1d9c9961cc649ed
---
 modules/demux/asf/asf.c | 4 ----
 1 file changed, 4 deletions(-)
diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index cb1afd2..26468a8 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -1131,10 +1131,6 @@ static int DemuxInit( demux_t *p_demux )
             fmt.i_original_fourcc = VLC_FOURCC( 'D','V','R',' ');
             fmt.b_packetized = false;
         }
-        else
-        {
-            fmt.b_packetized = true;
-        }
 
         tk->i_cat = tk->info.i_cat = fmt.i_cat;
         if( fmt.i_cat != UNKNOWN_ES )
    
    
More information about the vlc-commits
mailing list