diff options
Diffstat (limited to 'src/lib/ffmpeg-1.1/libavutil')
-rw-r--r-- | src/lib/ffmpeg-1.1/libavutil/log.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-1.1/libavutil/log.pas b/src/lib/ffmpeg-1.1/libavutil/log.pas index 2f27394d..3eb7dcb3 100644 --- a/src/lib/ffmpeg-1.1/libavutil/log.pas +++ b/src/lib/ffmpeg-1.1/libavutil/log.pas @@ -204,6 +204,8 @@ void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl); function av_default_item_name (ctx: pointer): PAnsiChar; cdecl; external av__util; +function av_default_get_category(ptr: pointer): TAVClassCategory; + cdecl; external av__util; (** * Format a line of log the same way as the default callback. |