[vlc-devel] [PATCH 1/2] demux: flac: Remove no-op
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Wed Dec 14 19:27:46 CET 2016
b_packetized is already initialized to true
---
modules/demux/flac.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/demux/flac.c b/modules/demux/flac.c
index 4d9b2b2..694fdc2 100644
--- a/modules/demux/flac.c
+++ b/modules/demux/flac.c
@@ -235,7 +235,6 @@ static int Demux( demux_t *p_demux )
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);
}
--
2.10.2
More information about the vlc-devel
mailing list