From c5afd2f87fafde3a66885fa5d0a2ee1def221c73 Mon Sep 17 00:00:00 2001 From: attila Date: Wed, 31 Aug 2005 09:24:44 +0000 Subject: [PATCH] 10l variables have to be declared before any command. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16326 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/dec_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/dec_video.c b/libmpcodecs/dec_video.c index b25b1c7a8b..be95b8560c 100644 --- a/libmpcodecs/dec_video.c +++ b/libmpcodecs/dec_video.c @@ -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;