lavfi: drop internal.h

All that remains in it are things that belong in avfilter_internal.h.

Move them there and remove internal.h
This commit is contained in:
Anton Khirnov
2024-08-16 22:25:47 +02:00
parent 90e4af65e1
commit 6d75d44d90
452 changed files with 24 additions and 503 deletions

View File

@ -38,7 +38,6 @@
#include "avfilter.h"
#include "filters.h"
#include "internal.h"
#include "video.h"
#include "libavutil/common.h"
#include "libavutil/imgutils.h"