]> git.sesse.net Git - ffmpeg/commit
lavr: Do not change the sample format for mono audio
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 18 Jul 2014 21:39:01 +0000 (17:39 -0400)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 3 Aug 2014 21:13:26 +0000 (23:13 +0200)
commitfbc0b8659967ea54a8472b5f795270d38bb085dd
treecef4d2a848b8e6e27e20479eb51e82fb866771c0
parent9f17685dfb70a73823aca16ad246ee3b831d1de8
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>
libavresample/audio_convert.c
libavresample/audio_data.c
libavresample/audio_data.h
libavresample/utils.c