variables have to be declared before any command.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2005-08-31 09:24:44 +00:00
parent e8b7fc12c0
commit c5afd2f87f
1 changed files with 1 additions and 1 deletions

View File

@ -163,10 +163,10 @@ void vfm_help(){
}
int init_video(sh_video_t *sh_video,char* codecname,char* vfm,int status){
int force = 0;
unsigned int orig_fourcc=sh_video->bih?sh_video->bih->biCompression:0;
sh_video->codec=NULL;
sh_video->vf_inited=0;
int force = 0;
if (codecname && codecname[0] == '+') {
codecname = &codecname[1];
force = 1;