vlc | branch: master | Francois Cartegnie <[email protected]> | Fri Apr  7 
15:03:02 2017 +0200| [779bdbed42c132f2f94fc90b2dc8f89f1a87690c] | committer: 
Francois Cartegnie

codec: flac: flush on flush

obvious

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=779bdbed42c132f2f94fc90b2dc8f89f1a87690c
---

 modules/codec/flac.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/flac.c b/modules/codec/flac.c
index 661e5d6..9d2d19b 100644
--- a/modules/codec/flac.c
+++ b/modules/codec/flac.c
@@ -603,6 +603,7 @@ static void Flush( decoder_t *p_dec )
 {
     decoder_sys_t *p_sys = p_dec->p_sys;
 
+    FLAC__stream_decoder_flush( p_dec->p_sys->p_flac );
     date_Set( &p_sys->end_date, 0 );
 }
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to