Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2017-03-16 22:30:58 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 12:09:17 +0300
commit35cf146a33ce41a1adb6c9bd5a0827eacb1b6bfc (patch)
tree2c9f7d88422de4e81142d940403af507a56d1453 /libavutil/log.h
parent619a433eca2c5655c41b799e0b06380020fb1498 (diff)
lavu: Drop deprecated av_dlog macro
Deprecated in 05/2015.
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 d4daea9c1a..ce00bccc7b 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -249,20 +249,6 @@ void av_log_default_callback(void *avcl, int level, const char *fmt,
*/
const char* av_default_item_name(void* ctx);
-#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, ...)
-#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