mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
lavr: Do not change the sample format for mono audio
This treats mono as planar internally within libavresample rather than changing the sample format. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
committed by
Luca Barbato
parent
9f17685dfb
commit
fbc0b86599
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user