mirror of
https://github.com/mpv-player/mpv
synced 2025-01-27 10:03:32 +00:00
Little fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9828 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c8a5ab9ce4
commit
2f32b460a4
@ -95,7 +95,7 @@ static int open_f(stream_t *stream,int mode, void* opts, int* file_format) {
|
||||
if(f<0) {
|
||||
mp_msg(MSGT_OPEN,MSGL_ERR,MSGTR_FileNotFound,p->filename);
|
||||
m_struct_free(&stream_opts,opts);
|
||||
return -1;
|
||||
return STREAM_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user