Commit 4fc3bd15 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>
parent 490745a0
......@@ -223,6 +223,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