mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
Make sure fformat is set before use
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23885 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
958fc672cb
commit
5bd192c77d
@ -678,7 +678,7 @@ demuxer_t *demuxer=NULL;
|
||||
sh_video_t *sh_video=NULL;
|
||||
|
||||
demuxer_desc_t *demuxer_desc;
|
||||
int fformat;
|
||||
int fformat = 0;
|
||||
int i;
|
||||
|
||||
//printf("demux_open(%p,%d,%d,%d,%d) \n",stream,file_format,audio_id,video_id,dvdsub_id);
|
||||
|
Loading…
Reference in New Issue
Block a user