]> git.sesse.net Git - ffmpeg/commit
avfilter/af_ladspa: set output channel layout for passthrough case
authorPaul B Mahol <onemda@gmail.com>
Fri, 27 Sep 2013 08:51:43 +0000 (08:51 +0000)
committerPaul B Mahol <onemda@gmail.com>
Fri, 27 Sep 2013 12:51:08 +0000 (12:51 +0000)
commit191ee4aefbde03a9f751321170c01c736f8bb084
treebf5c8b86a158c2c045aeeb2a7f2e867cb949c694
parent110a2f446d54541d4e419cf20494223dd6a1a1f9
avfilter/af_ladspa: set output channel layout for passthrough case

For cases when plugin does not return any samples we just return
input samples. Previously channel layout for outlink was not set.
Set it explicitly instead.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/af_ladspa.c