diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-04 02:49:43 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-04 02:49:48 +0200 |
commit | c62fea75747de132d69cdf8504ab6c8af26fa307 (patch) | |
tree | aa43d49d22eff48477167fd9aa359637015b7185 /libavresample/audio_data.h | |
parent | 8f6d36b3cb8e3afc6cfa3abb1582ec4d71a3e1ee (diff) | |
parent | fbc0b8659967ea54a8472b5f795270d38bb085dd (diff) | |
download | ffmpeg-c62fea75747de132d69cdf8504ab6c8af26fa307.tar.gz |
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.h | 2 |
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. */ |