The statistics given by libx264 with X264_LOG_INFO are rather technical and of less interest to a common user. --- libavcodec/libx264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index b11ede6198..bf19332854 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -99,7 +99,7 @@ static void X264_log(void *p, int level, const char *fmt, va_list args) static const int level_map[] = { [X264_LOG_ERROR] = AV_LOG_ERROR, [X264_LOG_WARNING] = AV_LOG_WARNING, - [X264_LOG_INFO] = AV_LOG_INFO, + [X264_LOG_INFO] = AV_LOG_VERBOSE, [X264_LOG_DEBUG] = AV_LOG_DEBUG }; -- 2.12.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel