[FFmpeg-devel] [PATCH] ffmpeg: display subtitle size unit as Kb

Peter Ross pross at xvid.org
Mon Dec 10 11:07:35 CET 2012


---
 ffmpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 4b278a2..04fc8cf 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1224,7 +1224,7 @@ static void print_report(int is_last_report, int64_t timer_start, int64_t cur_ti
     if (is_last_report) {
         int64_t raw= audio_size + video_size + subtitle_size + extra_size;
         av_log(NULL, AV_LOG_INFO, "\n");
-        av_log(NULL, AV_LOG_INFO, "video:%1.0fkB audio:%1.0fkB subtitle:%1.0f global headers:%1.0fkB muxing overhead %f%%\n",
+        av_log(NULL, AV_LOG_INFO, "video:%1.0fkB audio:%1.0fkB subtitle:%1.0fkB global headers:%1.0fkB muxing overhead %f%%\n",
                video_size / 1024.0,
                audio_size / 1024.0,
                subtitle_size / 1024.0,
-- 
1.8.0

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121210/983b0cdf/attachment.asc>


More information about the ffmpeg-devel mailing list