Re: [FFmpeg-devel] [PATCH] avformat/tee: Move to new BSF API

2016-05-18 Thread Jan Sebechlebsky
Hello Nicolas, I am sorry for a delayed reply, On 05/12/2016 12:17 PM, Nicolas George wrote: Le quartidi 24 floréal, an CCXXIV, Jan Sebechlebsky a écrit : I can change it to array, the advantage of using linked list was that number of bitstream filters used is not known before arguments are

Re: [FFmpeg-devel] [PATCH] avformat/tee: Move to new BSF API

2016-05-12 Thread Nicolas George
Le quartidi 24 floréal, an CCXXIV, Nicolas George a écrit : > Le quartidi 24 floréal, an CCXXIV, Jan Sebechlebsky a écrit : > > I can change it to array, the advantage of using linked list was that number > > of bitstream > > filters used is not known before arguments are parsed, this way the

Re: [FFmpeg-devel] [PATCH] avformat/tee: Move to new BSF API

2016-05-11 Thread Nicolas George
Le tridi 23 floréal, an CCXXIV, sebechlebsky...@gmail.com a écrit : > From: Jan Sebechlebsky > > Signed-off-by: Jan Sebechlebsky > --- > libavformat/tee.c | 171 > -- > 1 file changed,

[FFmpeg-devel] [PATCH] avformat/tee: Move to new BSF API

2016-05-10 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- libavformat/tee.c | 171 -- 1 file changed, 139 insertions(+), 32 deletions(-) diff --git a/libavformat/tee.c