[vlc-commits] demux: dash: use DemuxLeaf for DASH
Francois Cartegnie
git at videolan.org
Thu Dec 18 22:39:59 CET 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Dec 18 16:54:53 2014 +0100| [cdbd643e5a7d603e6eb4ed0a0c4d0a04ef39834a] | committer: Francois Cartegnie
demux: dash: use DemuxLeaf for DASH
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cdbd643e5a7d603e6eb4ed0a0c4d0a04ef39834a
---
modules/demux/mp4/mp4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index a33f146..69fa05d 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -690,7 +690,7 @@ static int Open( vlc_object_t * p_this )
MP4_BoxDumpStructure( p_demux->s, p_sys->p_root );
- if ( p_sys->b_smooth || p_sys->b_dash )
+ if ( p_sys->b_smooth )
{
p_demux->pf_demux = DemuxFrg;
msg_Dbg( p_demux, "Set DemuxFrg mode" );
More information about the vlc-commits
mailing list