summaryrefslogtreecommitdiff
path: root/libavutil/log.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-05-19 22:45:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-05-19 22:45:04 +0000
commit8d2a5139dac63b07f9ef4e1142ee4a2b68bb1fad (patch)
tree3893784fb8cf476bd9fce8ec3a94b200ee1cc776 /libavutil/log.h
parentd545fa56f12c345ae36cbca7e81632aaaccee240 (diff)
av_default_item_name() so Simply AVClasses need 1 function less.
Originally committed as revision 23198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/log.h')
-rw-r--r--libavutil/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/log.h b/libavutil/log.h
index d4bc7554b3..a21adb8586 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -125,5 +125,6 @@ int av_log_get_level(void);
void av_log_set_level(int);
void av_log_set_callback(void (*)(void*, int, const char*, va_list));
void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl);
+const char* av_default_item_name(void* ctx);
#endif /* AVUTIL_LOG_H */