[vlc-commits] vorbisenc: remove FIXME

Thomas Guillem git at videolan.org
Fri Jan 19 12:01:35 CET 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jan 18 17:04:15 2018 +0100| [432bc9ce09527582010d3d0408e82fa5dce29d5d] | committer: Jean-Baptiste Kempf

vorbisenc: remove FIXME

(cherry picked from commit 89d7ef3b6940c919cb4261a924bd24a33e116014)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=432bc9ce09527582010d3d0408e82fa5dce29d5d
---

 modules/codec/vorbis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/vorbis.c b/modules/codec/vorbis.c
index 75060445b2..b4a8bda30f 100644
--- a/modules/codec/vorbis.c
+++ b/modules/codec/vorbis.c
@@ -894,7 +894,7 @@ static block_t *Encode( encoder_t *p_enc, block_t *p_aout_buf )
     block_t *p_block, *p_chain = NULL;
     float **buffer;
 
-    /* FIXME: flush buffers in here */
+    /* Packets are already flushed, see bellow. */
     if( unlikely( !p_aout_buf ) ) return NULL;
 
     mtime_t i_pts = p_aout_buf->i_pts -



More information about the vlc-commits mailing list