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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-04 04:49:43 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-08-04 04:49:48 +0400
commitc62fea75747de132d69cdf8504ab6c8af26fa307 (patch)
treeaa43d49d22eff48477167fd9aa359637015b7185 /libavresample/audio_data.h
parent8f6d36b3cb8e3afc6cfa3abb1582ec4d71a3e1ee (diff)
parentfbc0b8659967ea54a8472b5f795270d38bb085dd (diff)
Merge commit 'fbc0b8659967ea54a8472b5f795270d38bb085dd'
* commit 'fbc0b8659967ea54a8472b5f795270d38bb085dd': lavr: Do not change the sample format for mono audio Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 b2b8bdddac..b50bd40600 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.
*/