[vlc-devel] [PATCH 14/14] packetizer: flac: prepare for put pf_packetize and pf_decode into a union
Zhao Zhili
quinkblack at foxmail.com
Fri Jun 8 07:43:01 CEST 2018
---
modules/packetizer/flac.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/packetizer/flac.c b/modules/packetizer/flac.c
index bc9ab04..8178192 100644
--- a/modules/packetizer/flac.c
+++ b/modules/packetizer/flac.c
@@ -559,7 +559,6 @@ static int Open(vlc_object_t *p_this)
p_dec->fmt_out.b_packetized = true;
/* */
- p_dec->pf_decode = NULL;
p_dec->pf_packetize = Packetize;
p_dec->pf_flush = Flush;
--
2.9.5
More information about the vlc-devel
mailing list