• Jun Li's avatar
    avformat/tee.c: steal bsf option before passing to fifo muxer · 155508c6
    Jun Li authored
    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.
    155508c6
tee.c 19.5 KB