]> git.sesse.net Git - ffmpeg/commit
af_resample: avoid conversion of identical sample formats for 1 channel
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 20 Sep 2012 17:28:34 +0000 (13:28 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 7 Oct 2012 20:45:50 +0000 (16:45 -0400)
commit7b556be6735371d1040c7076547b8198d9fadd34
tree5a4766eb875ed6ec77a73126c4a7bf5de3e73e1b
parent37f701f1c3967e7e2e3e6d67b4280bdcf13fdee1
af_resample: avoid conversion of identical sample formats for 1 channel

When there is only 1 channel, the planar and interleaved formats of the same
data type should be treated as identical.
libavfilter/af_resample.c