Commit cbd645e4 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: rar: set NO_INTERACT flags for probing

parent b2a29592
......@@ -400,8 +400,7 @@ int RarParse(stream_t *s, int *count, rar_file_t ***file, unsigned int *pi_nbvol
return VLC_SUCCESS;
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);
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