diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-02 01:06:25 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-05 21:15:25 +0200 |
commit | ef54590f83880ae982f3dd29be7f1f4105f98a85 (patch) | |
tree | 57acb882b47c412e3c429e8ad45686cda8366d04 /libavfilter/internal.h | |
parent | 2678b4f81b6526335a08e12e671b07d0d01a37ce (diff) | |
download | ffmpeg-ef54590f83880ae982f3dd29be7f1f4105f98a85.tar.gz |
avfilter/internal: Don't include libavcodec/(avcodec|internal).h
The reasons for including them don't exist any longer: ff_tlog() has
been moved to libavutil/internal.h and FF_QSCALE_TYPE_* has been moved
to qp_table.h.
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r-- | libavfilter/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 742e8e27cb..6c908690b4 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -30,8 +30,6 @@ #include "framequeue.h" #include "version.h" #include "video.h" -#include "libavcodec/avcodec.h" -#include "libavcodec/internal.h" typedef struct AVFilterCommand { double time; ///< time expressed in seconds |