mirror of https://github.com/FFmpeg/FFmpeg.git
Muxers may want to directly access filename in stored in AVFormatContext. For example in case of RTSP, the filename (url) is used by the muxer to extract parameters of the connection. These muxers will fail when used with fifo pseudo-muxer. This commit fixes this issue by passing filename from AVFormatContext of fifo pseudo-muxer to all AVFormatContext(s) of underlying muxers during initialization. Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com>pull/265/head
parent
012620aa1b
commit
5c9dcd5c48
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue