OSDN Git Service

lavfi/ebur128: fix format negociation for output.
authorClément Bœsch <ubitux@gmail.com>
Wed, 13 Mar 2013 23:56:20 +0000 (00:56 +0100)
committerClément Bœsch <ubitux@gmail.com>
Thu, 14 Mar 2013 00:24:42 +0000 (01:24 +0100)
commit9efcfbed9dd64679145f5f39d9a812dfeea97172
tree43c48ad4dc5bbf6fd7a9a1e13a838ee25daf61e6
parenta95a38793c75fa8e424f91f1adf1be6ced69f953
lavfi/ebur128: fix format negociation for output.

Before this change, the audio input and output formats are set
independently, so the lavfi negociation could pick different settings
for the input and output. This is particularly true for the channel
layout settings, where multiple choices were available.

Fixes Ticket2342.
libavfilter/f_ebur128.c