Re: [FFmpeg-devel] [PATCH v3 5/5] avformat/tee: Use BSF list API

2016-08-21 Thread Jan Sebechlebsky
On 08/21/2016 02:57 PM, Michael Niedermayer wrote: On Tue, Aug 09, 2016 at 02:00:24PM +0200, sebechlebsky...@gmail.com wrote: [...] @@ -506,13 +481,32 @@ static int tee_write_packet(AVFormatContext *avf, AVPacket *pkt) av_packet_rescale_ts(&pkt2, tb, tb2); pkt2.stream_in

Re: [FFmpeg-devel] [PATCH v3 5/5] avformat/tee: Use BSF list API

2016-08-21 Thread Michael Niedermayer
On Tue, Aug 09, 2016 at 02:00:24PM +0200, sebechlebsky...@gmail.com wrote: [...] > > @@ -506,13 +481,32 @@ static int tee_write_packet(AVFormatContext *avf, > AVPacket *pkt) > av_packet_rescale_ts(&pkt2, tb, tb2); > pkt2.stream_index = s2; > > -if ((ret = av_apply_b