[FFmpeg-cvslog] lavf/flacenc: fix comment after previous change
James Darnley
git at videolan.org
Fri Jan 24 23:19:10 CET 2014
ffmpeg | branch: master | James Darnley <james.darnley at gmail.com> | Mon Dec 30 00:41:50 2013 +0100| [c14b011a97f370c5cb0b8af123e916fa6932a72b] | committer: Michael Niedermayer
lavf/flacenc: fix comment after previous change
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c14b011a97f370c5cb0b8af123e916fa6932a72b
---
libavformat/flacenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/flacenc.c b/libavformat/flacenc.c
index ebb9e62..0eca5aa 100644
--- a/libavformat/flacenc.c
+++ b/libavformat/flacenc.c
@@ -105,7 +105,7 @@ static int flac_write_header(struct AVFormatContext *s)
/* The command line flac encoder defaults to placing a seekpoint
* every 10s. So one might add padding to allow that later
* but there seems to be no simple way to get the duration here.
- * So let's try the flac default of 8192 bytes */
+ * So just add the amount requested by the user. */
if (padding)
flac_write_block_padding(s->pb, padding, 1);
More information about the ffmpeg-cvslog
mailing list