1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavformat
Jun Li 155508c6e9 avformat/tee.c: steal bsf option before passing to fifo muxer
Fix #7620
In the case tee muxer with both "bsf" and "use_fifo" parameters
will trigger this bug. Tee muxer will first steal parameters (like "f",
"select"...) and then "use_fifo" will try reading out remaining options
and pass them to fifo as option "format_options".
Current code miss the part of stealing "bsf" options.
2019-10-25 11:55:52 +08:00
..
2019-10-21 17:20:20 -03:00
2019-08-13 15:38:57 +02:00
2019-08-23 22:24:07 +02:00
2019-10-24 19:45:17 +02:00
2019-09-02 23:08:43 +02:00
2019-10-21 21:05:14 -03:00
2019-10-08 13:47:16 +08:00
2019-09-27 12:15:50 +02:00
2019-09-02 23:08:43 +02:00
2019-10-08 13:46:42 +08:00