mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
lavfi: drop internal.h
All that remains in it are things that belong in avfilter_internal.h. Move them there and remove internal.h Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
6413626ddb
commit
5c2f7e192f
@ -33,7 +33,6 @@
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
static const char * const var_names[] = {
|
||||
"ch", ///< the value of the current channel
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "formats.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum OutModes {
|
||||
IN_MODE,
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
||||
{
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
#define MAX_SPLITS 16
|
||||
#define MAX_BANDS MAX_SPLITS + 1
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "libavutil/opt.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
typedef struct LFOContext {
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ChanDelay {
|
||||
int64_t delay;
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum FilterType {
|
||||
DC_TYPE,
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ADerivativeContext {
|
||||
const AVClass *class;
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
static const char * const var_names[] = {
|
||||
"ch", ///< the value of the current channel
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AudioEchoContext {
|
||||
const AVClass *class;
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "libavutil/opt.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
typedef struct ChannelParams {
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AudioFadeContext {
|
||||
const AVClass *class;
|
||||
|
@ -19,7 +19,6 @@
|
||||
*/
|
||||
|
||||
#include "libavutil/mem.h"
|
||||
#include "libavfilter/internal.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/cpu.h"
|
||||
#include "libavutil/opt.h"
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AFormatContext {
|
||||
const AVClass *class;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
typedef struct ThreadData {
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "filters.h"
|
||||
#include "audio.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
#define SWR_CH_MAX 64
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AudioMultiplyContext {
|
||||
const AVClass *class;
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
#include "video.h"
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AudioNLMDNDSPContext {
|
||||
float (*compute_distance_ssd)(const float *f1, const float *f2, ptrdiff_t K);
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum OutModes {
|
||||
IN_MODE,
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "libavutil/internal.h"
|
||||
|
||||
const AVFilter ff_af_anull = {
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct APadContext {
|
||||
const AVClass *class;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "generate_wave_table.h"
|
||||
|
||||
typedef struct AudioPhaserContext {
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AudioPsyClipContext {
|
||||
const AVClass *class;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
enum PulsatorModes { SINE, TRIANGLE, SQUARE, SAWUP, SAWDOWN, NB_MODES };
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AResampleContext {
|
||||
const AVClass *class;
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "formats.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum OutModes {
|
||||
IN_MODE,
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ChanStats {
|
||||
double u;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ASNSContext {
|
||||
const AVClass *class;
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ASetRateContext {
|
||||
const AVClass *class;
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AShowInfoContext {
|
||||
/**
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "window_func.h"
|
||||
|
||||
#define MEASURE_ALL UINT_MAX
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ASRContext {
|
||||
const AVClass *class;
|
||||
|
@ -48,7 +48,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
/**
|
||||
* A fragment of audio waveform
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum FilterType {
|
||||
biquad,
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef void (*filter_func)(t_bs2bdp bs2bdp, uint8_t *sample, int n);
|
||||
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
struct ChannelMap {
|
||||
int in_channel;
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "generate_wave_table.h"
|
||||
|
||||
typedef struct ChorusContext {
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ChanParam {
|
||||
double attack;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct CompensationDelayContext {
|
||||
const AVClass *class;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct DCShiftContext {
|
||||
const AVClass *class;
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
#define BINS 32768
|
||||
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
static const char * const var_names[] = {
|
||||
"ch", ///< the value of the current channel
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "libavutil/tx.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
#define RDFT_BITS_MIN 4
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "generate_wave_table.h"
|
||||
|
||||
#define INTERPOLATION_LINEAR 0
|
||||
|
@ -49,7 +49,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
#define PEAK_EXT_LEVEL 0x5981 /* + sizeof(peaktab)-1 = 0x8000 */
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
#define TIME_DOMAIN 0
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "formats.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ChannelMap {
|
||||
int input; ///< input stream index
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct MetaItem {
|
||||
int64_t pts;
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct URITable {
|
||||
char **uris;
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct CompandSegment {
|
||||
double x, y;
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
#define MAX_CHANNELS 64
|
||||
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
#define HISTOGRAM_SLOTS 12000
|
||||
#define BUTTER_ORDER 2
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct RubberBandContext {
|
||||
const AVClass *class;
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct SilenceDetectContext {
|
||||
const AVClass *class;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "avfilter.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum SilenceDetect {
|
||||
D_AVG,
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
#define TIME_DOMAIN 0
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
#define NBANDS 17
|
||||
#define M 15
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "audio.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "formats.h"
|
||||
#include "window_func.h"
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "libavutil/opt.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
typedef struct TremoloContext {
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "libavutil/opt.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
#include "generate_wave_table.h"
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "af_volume.h"
|
||||
|
||||
static const char * const precision_str[] = {
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include "libavutil/tx.h"
|
||||
#include "avfilter.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
#undef ctype
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AFDelaySrcContext {
|
||||
const AVClass *class;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "window_func.h"
|
||||
|
||||
typedef struct AudioFIRSourceContext {
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "libavutil/lfg.h"
|
||||
#include "libavutil/random_seed.h"
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct ANullContext {
|
||||
const AVClass *class;
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "filters.h"
|
||||
#include "audio.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct FliteContext {
|
||||
const AVClass *class;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "filters.h"
|
||||
#include "window_func.h"
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct SincContext {
|
||||
const AVClass *class;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct SineContext {
|
||||
const AVClass *class;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "avfilter_internal.h"
|
||||
#include "filters.h"
|
||||
#include "framepool.h"
|
||||
#include "internal.h"
|
||||
|
||||
const AVFilterPad ff_audio_default_filterpad[1] = {
|
||||
{
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "formats.h"
|
||||
#include "audio.h"
|
||||
#include "video.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct Audio3dScopeContext {
|
||||
const AVClass *class;
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "formats.h"
|
||||
#include "audio.h"
|
||||
#include "video.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AudioBitScopeContext {
|
||||
const AVClass *class;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "video.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum DisplayScale { LINEAR, SQRT, CBRT, LOG, RLOG, NB_SCALES };
|
||||
enum AmplitudeScale { ALINEAR, ALOG, NB_ASCALES };
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "formats.h"
|
||||
#include "audio.h"
|
||||
#include "video.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct AudioPhaseMeterContext {
|
||||
const AVClass *class;
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "formats.h"
|
||||
#include "audio.h"
|
||||
#include "video.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum VectorScopeMode {
|
||||
LISSAJOUS,
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
#include "audio.h"
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "lavfutils.h"
|
||||
#include "lswsutils.h"
|
||||
#include "video.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include "libavutil/tx.h"
|
||||
#include "avfilter.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct Coeffs {
|
||||
float *val;
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "video.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum FrequencyScale {
|
||||
FSCALE_LINEAR,
|
||||
|
@ -45,7 +45,6 @@
|
||||
#include "video.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "window_func.h"
|
||||
|
||||
enum DisplayMode { COMBINED, SEPARATE, NB_MODES };
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "video.h"
|
||||
#include "internal.h"
|
||||
|
||||
static const char *const var_names[] = { "VOLUME", "CHANNEL", "PEAK", NULL };
|
||||
enum { VAR_VOLUME, VAR_CHANNEL, VAR_PEAK, VAR_VARS_NB };
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "formats.h"
|
||||
#include "audio.h"
|
||||
#include "video.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum ShowWavesMode {
|
||||
MODE_POINT,
|
||||
|
@ -42,7 +42,6 @@
|
||||
#include "formats.h"
|
||||
#include "framequeue.h"
|
||||
#include "framepool.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
static void tlog_ref(void *ctx, AVFrame *ref, int end)
|
||||
|
@ -161,4 +161,27 @@ int ff_graph_thread_init(FFFilterGraph *graph);
|
||||
|
||||
void ff_graph_thread_free(FFFilterGraph *graph);
|
||||
|
||||
/**
|
||||
* Negotiate the media format, dimensions, etc of all inputs to a filter.
|
||||
*
|
||||
* @param filter the filter to negotiate the properties for its inputs
|
||||
* @return zero on successful negotiation
|
||||
*/
|
||||
int ff_filter_config_links(AVFilterContext *filter);
|
||||
|
||||
/* misc trace functions */
|
||||
|
||||
#define FF_TPRINTF_START(ctx, func) ff_tlog(NULL, "%-16s: ", #func)
|
||||
|
||||
#ifdef TRACE
|
||||
void ff_tlog_link(void *ctx, AVFilterLink *link, int end);
|
||||
#else
|
||||
#define ff_tlog_link(ctx, link, end) do { } while(0)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Run one round of processing on a filter graph.
|
||||
*/
|
||||
int ff_filter_graph_run_once(AVFilterGraph *graph);
|
||||
|
||||
#endif /* AVFILTER_AVFILTER_INTERNAL_H */
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "framequeue.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
#define OFFSET(x) offsetof(AVFilterGraph, x)
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/intfloat.h"
|
||||
#include "avfilter.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
#include "blend.h"
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "framequeue.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
typedef struct BufferSinkContext {
|
||||
|
@ -35,10 +35,10 @@
|
||||
#include "libavutil/samplefmt.h"
|
||||
#include "libavutil/timestamp.h"
|
||||
#include "avfilter.h"
|
||||
#include "avfilter_internal.h"
|
||||
#include "buffersrc.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
typedef struct BufferSourceContext {
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "libavutil/mem.h"
|
||||
#include "libavutil/tx.h"
|
||||
#include "avfilter.h"
|
||||
#include "internal.h"
|
||||
#include "audio.h"
|
||||
|
||||
#undef ctype
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavutil/detection_bbox.h"
|
||||
#include "../internal.h"
|
||||
#include "safe_queue.h"
|
||||
#if HAVE_OPENVINO2
|
||||
#include <openvino/c/openvino.h>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "libavutil/mem.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavcodec/defs.h"
|
||||
#include "../internal.h"
|
||||
#include "dnn_io_proc.h"
|
||||
#include "dnn_backend_common.h"
|
||||
#include "safe_queue.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <torch/script.h>
|
||||
|
||||
extern "C" {
|
||||
#include "../internal.h"
|
||||
#include "dnn_io_proc.h"
|
||||
#include "dnn_backend_common.h"
|
||||
#include "libavutil/opt.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "libavutil/opt.h"
|
||||
|
||||
#include "libavfilter/filters.h"
|
||||
#include "libavfilter/internal.h"
|
||||
|
||||
extern const DNNModule ff_dnn_backend_openvino;
|
||||
extern const DNNModule ff_dnn_backend_tf;
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "libavutil/avassert.h"
|
||||
#include "avfilter.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
#undef pixel
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
enum BenchAction {
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "audio.h"
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
typedef struct CueContext {
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "avfilter.h"
|
||||
#include "filters.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
typedef struct DrawGraphContext {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user