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:
reimar 2007-07-27 20:25:43 +00:00
parent 958fc672cb
commit 5bd192c77d
1 changed files with 1 additions and 1 deletions

View File

@ -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);