Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/audio_data.h')
-rw-r--r--libavresample/audio_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavresample/audio_data.h b/libavresample/audio_data.h
index 97236bb5de..1541976583 100644
--- a/libavresample/audio_data.h
+++ b/libavresample/audio_data.h
@@ -29,6 +29,8 @@
#include "avresample.h"
#include "internal.h"
+int ff_sample_fmt_is_planar(enum AVSampleFormat sample_fmt, int channels);
+
/**
* Audio buffer used for intermediate storage between conversion phases.
*/