summaryrefslogtreecommitdiff
path: root/libavutil/log.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 18:20:07 -0300
committerJames Almer <jamrial@gmail.com>2017-10-23 18:20:07 -0300
commit572b7a0b8562fd42e51fda1006cdfd3c387fd649 (patch)
tree440df6deb635f2382379107a8d6175bac0bf525f /libavutil/log.h
parentc0cfc0ce11c14285299838d2c1e96159bf9cb9de (diff)
parent35cf146a33ce41a1adb6c9bd5a0827eacb1b6bfc (diff)
downloadffmpeg-572b7a0b8562fd42e51fda1006cdfd3c387fd649.tar.gz
Merge commit '35cf146a33ce41a1adb6c9bd5a0827eacb1b6bfc'
* commit '35cf146a33ce41a1adb6c9bd5a0827eacb1b6bfc': lavu: Drop deprecated av_dlog macro Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/log.h')
-rw-r--r--libavutil/log.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libavutil/log.h b/libavutil/log.h
index f0a57385df..d9554e609d 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -334,20 +334,6 @@ void av_log_format_line(void *ptr, int level, const char *fmt, va_list vl,
int av_log_format_line2(void *ptr, int level, const char *fmt, va_list vl,
char *line, int line_size, int *print_prefix);
-#if FF_API_DLOG
-/**
- * av_dlog macros
- * @deprecated unused
- * Useful to print debug messages that shouldn't get compiled in normally.
- */
-
-#ifdef DEBUG
-# define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
-#else
-# define av_dlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0)
-#endif
-#endif /* FF_API_DLOG */
-
/**
* Skip repeated messages, this requires the user app to use av_log() instead of
* (f)printf as the 2 would otherwise interfere and lead to