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
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
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Changes since the last version of patch:
- removed parse_bsfs() function I accidentaly left out
(it's replaced by av_bsf_list_parse_str())
libavformat/tee.c | 120 ++
1 file chang