Commit 21260bbb authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Fix ByteIOContext init on recent libavformat

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 4fc3bd15a3844e41a75760fa8e100feecea969a5)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent bf764f7f
......@@ -210,6 +210,9 @@ int OpenDemux( vlc_object_t *p_this )
*/
p_sys->url.is_streamed = 1;
p_sys->io.is_streamed = 1;
#if defined(AVIO_SEEKABLE_NORMAL)
p_sys->io.seekable = 0;
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment