Browse Source

vorbisenc: remove FIXME

(cherry picked from commit 89d7ef3b69)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/135/head
Thomas Guillem 9 years ago
committed by Jean-Baptiste Kempf
parent
commit
432bc9ce09
  1. 2
      modules/codec/vorbis.c

2
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 -

Loading…
Cancel
Save