Skip to content
Snippets Groups Projects
Commit 5c9dcd5c authored by Jan Sebechlebsky's avatar Jan Sebechlebsky
Browse files

libavformat/fifo: Fix initialization of underlying AVFormatContext


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: default avatarJan Sebechlebsky <sebechlebskyjan@gmail.com>
parent 012620aa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment