From eaca529cd5bcea6af4b8cdf9a878bec49cba231c Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 20 Oct 2012 00:32:35 +0000 Subject: first try of version 0.11.* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2926 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.11/libavutil/log.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/ffmpeg-0.11/libavutil/log.pas') diff --git a/src/lib/ffmpeg-0.11/libavutil/log.pas b/src/lib/ffmpeg-0.11/libavutil/log.pas index ecde0b87..e61f8f03 100644 --- a/src/lib/ffmpeg-0.11/libavutil/log.pas +++ b/src/lib/ffmpeg-0.11/libavutil/log.pas @@ -19,7 +19,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/log.h - * avutil version 51.34.101 + * avutil version 51.54.100 * *) @@ -128,6 +128,8 @@ const *) AV_LOG_DEBUG = 48; + AV_LOG_MAX_OFFSET = (AV_LOG_DEBUG - AV_LOG_QUIET); + (** * Send the specified message to the log if the level is less than or equal * to the current av_log_level. By default, all logging messages are sent to -- cgit v1.2.3