Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: call open_stream after guess_channel_layout

2016-06-08 Thread Muhammad Faiz
On Thu, Jun 2, 2016 at 3:01 PM, Muhammad Faiz wrote: > fix error 'Channel layout change is not supported' when > opening wav file > > Signed-off-by: Muhammad Faiz > --- > libavfilter/src_movie.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >

[FFmpeg-devel] [PATCH] avfilter/src_movie: call open_stream after guess_channel_layout

2016-06-02 Thread Muhammad Faiz
fix error 'Channel layout change is not supported' when opening wav file Signed-off-by: Muhammad Faiz --- libavfilter/src_movie.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c index 9ac115b..4714ca9