From 6aba64838d1e94b15a7b5f64015356247b3edbf2 Mon Sep 17 00:00:00 2001 From: Zhao Zhili <quinkblack@foxmail.com> Date: Fri, 8 Jun 2018 17:47:20 +0800 Subject: [PATCH] packetizer: flac: prepare to put pf_packetize and pf_decode into a union Signed-off-by: Thomas Guillem <thomas@gllm.fr> --- modules/packetizer/flac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/packetizer/flac.c b/modules/packetizer/flac.c index bc9ab0434a6a..81781921a07b 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; -- GitLab