You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavfi/internal: move functions used by filters to filters.h
internal.h currently mixes interfaces intended to be used by filters with those that should be limited to generic filter- or graph-level code.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "avfilter.h"
|
||||
#include "avfilter_internal.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
#define WHITESPACES " \n\t\r"
|
||||
|
||||
Reference in New Issue
Block a user