Commit 7014a4c1 authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

demux: rar: set NO_INTERACT flags for probing

(cherry picked from commit cbd645e461eb56b6ff4fcde56495b1fff8491d58)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fc7008e9
...@@ -397,8 +397,7 @@ int RarParse(stream_t *s, int *count, rar_file_t ***file, bool b_extonly) ...@@ -397,8 +397,7 @@ int RarParse(stream_t *s, int *count, rar_file_t ***file, bool b_extonly)
return VLC_SUCCESS; return VLC_SUCCESS;
const int s_flags = s->i_flags; const int s_flags = s->i_flags;
if (has_next < 0) s->i_flags |= OBJECT_FLAGS_NOINTERACT;
s->i_flags |= OBJECT_FLAGS_NOINTERACT;
vol = stream_UrlNew(s, volume_mrl); vol = stream_UrlNew(s, volume_mrl);
s->i_flags = s_flags; s->i_flags = s_flags;
......
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