Re: [FFmpeg-devel] [PATCH] lavfi/buffersrc: fix directly setting channel layout

2017-02-21 Thread wm4
On Tue, 21 Feb 2017 10:08:45 +0100 Paul B Mahol wrote: > On 2/21/17, Rostislav Pehlivanov wrote: > > When setting the channel layout directly using AVBufferSrcParameters > > the channel layout was correctly set however the init function still > > expected the old string format to set the number

Re: [FFmpeg-devel] [PATCH] lavfi/buffersrc: fix directly setting channel layout

2017-02-21 Thread Paul B Mahol
On 2/21/17, Rostislav Pehlivanov wrote: > When setting the channel layout directly using AVBufferSrcParameters > the channel layout was correctly set however the init function still > expected the old string format to set the number of channels (when it > hadn't already been specified). > > Signed

[FFmpeg-devel] [PATCH] lavfi/buffersrc: fix directly setting channel layout

2017-02-20 Thread Rostislav Pehlivanov
When setting the channel layout directly using AVBufferSrcParameters the channel layout was correctly set however the init function still expected the old string format to set the number of channels (when it hadn't already been specified). Signed-off-by: Rostislav Pehlivanov --- libavfilter/buff