[vlc-commits] packetizer: flac: prepare to put pf_packetize and pf_decode into a union
    Zhao Zhili 
    git at videolan.org
       
    Tue Jun 19 11:26:44 CEST 2018
    
    
  
vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Fri Jun  8 17:47:20 2018 +0800| [6aba64838d1e94b15a7b5f64015356247b3edbf2] | committer: Thomas Guillem
packetizer: flac: prepare to put pf_packetize and pf_decode into a union
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6aba64838d1e94b15a7b5f64015356247b3edbf2
---
 modules/packetizer/flac.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/packetizer/flac.c b/modules/packetizer/flac.c
index bc9ab0434a..81781921a0 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;
 
    
    
More information about the vlc-commits
mailing list