From 9107363b2b934b3acd417343b83a24c073fd877f Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 21 Aug 2013 23:41:13 +0000 Subject: [PATCH] comment --- src/export/ExportFFmpeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/export/ExportFFmpeg.cpp b/src/export/ExportFFmpeg.cpp index 83b03c725..c5fc628b2 100644 --- a/src/export/ExportFFmpeg.cpp +++ b/src/export/ExportFFmpeg.cpp @@ -541,7 +541,7 @@ bool ExportFFmpeg::Finalize() // If codec supports CODEC_CAP_SMALL_LAST_FRAME, we can feed it with smaller frame // If codec is FLAC, feed it anyway (it doesn't have CODEC_CAP_SMALL_LAST_FRAME, but it works) // If frame_size is 1, then it's some kind of PCM codec, they don't have frames - // If user configured the exporter to feed the encoder with silence + // If user configured the exporter to feed the encoder with silence // FIX-ME: Finish the sentence! if ((codec->capabilities & CODEC_CAP_SMALL_LAST_FRAME) || codec->id == CODEC_ID_FLAC || mEncAudioCodecCtx->frame_size == 1