Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Darnley <james.darnley@gmail.com>2013-12-30 03:41:50 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-25 01:41:06 +0400
commitc14b011a97f370c5cb0b8af123e916fa6932a72b (patch)
treedc914ab8925ea20b657088c56cf9497d3d825fdd /libavformat/flacenc.c
parent72eeb18468b0bf654ef64caf6da3e0df6537652d (diff)
lavf/flacenc: fix comment after previous change
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/flacenc.c')
-rw-r--r--libavformat/flacenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/flacenc.c b/libavformat/flacenc.c
index ebb9e6276b..0eca5aaccb 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);