Re: [libav-devel] [PATCH 07/25] lavfi, buffersrc: switch to the new channel layout API

2018-01-19 Thread Vittorio Giovara
On Sat, Jul 22, 2017 at 12:02 PM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-06-29 00:10:51) > > Signed-off-by: Vittorio Giovara > > --- > > libavfilter/audio.c | 17 +-- > > libavfilter/avfilter.c | 9

Re: [libav-devel] [PATCH 07/25] lavfi, buffersrc: switch to the new channel layout API

2017-07-22 Thread Anton Khirnov
Quoting Vittorio Giovara (2017-06-29 00:10:51) > Signed-off-by: Vittorio Giovara > --- > libavfilter/audio.c | 17 +-- > libavfilter/avfilter.c | 9 > libavfilter/avfilter.h | 13 ++- > libavfilter/avfiltergraph.c | 35

Re: [libav-devel] [PATCH 07/25] lavfi, buffersrc: switch to the new channel layout API

2017-07-11 Thread Luca Barbato
On 6/29/17 12:10 AM, Vittorio Giovara wrote: > +ret = av_channel_layout_copy(>ch_layout, >ch_layout); Ok assuming this function wipes the destination before copying. lu ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH 07/25] lavfi, buffersrc: switch to the new channel layout API

2017-06-28 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- libavfilter/audio.c | 17 +-- libavfilter/avfilter.c | 9 libavfilter/avfilter.h | 13 ++- libavfilter/avfiltergraph.c | 35 +++--- libavfilter/buffersink.c