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>
This commit is contained in:
Andreas Rheinhardt
2021-08-02 01:06:25 +02:00
parent 2678b4f81b
commit ef54590f83
6 changed files with 6 additions and 2 deletions

View File

@@ -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