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:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-02 01:27:41 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-05 21:02:35 +0300
commit549502868d7192cefbc59708b1bdb9bd6b5d60c6 (patch)
tree9a7ac61dd36333c631180c37d7f7c315aae298a1 /libavcodec/internal.h
parent2b6e008577fa444fc8d1b3a7b985c600633f4ee4 (diff)
Move ff_tlog() from lavc/internal.h to lavu/internal.h
It is also used by libavfilter and it is only natural to define it alongside ff_dlog(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 1921515bdd..dc60e4bf08 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -91,13 +91,6 @@
#define FF_CODEC_TAGS_END -1
-#ifdef TRACE
-# define ff_tlog(ctx, ...) av_log(ctx, AV_LOG_TRACE, __VA_ARGS__)
-#else
-# define ff_tlog(ctx, ...) do { } while(0)
-#endif
-
-
#define FF_DEFAULT_QUANT_BIAS 999999
#define FF_QSCALE_TYPE_MPEG1 0