[MPlayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.162,1.163
Attila Kinali CVS
syncmail at mplayerhq.hu
Wed Aug 31 11:24:47 CEST 2005
CVS change done by Attila Kinali CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv23001
Modified Files:
dec_video.c
Log Message:
10l
variables have to be declared before any command.
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- dec_video.c 30 Aug 2005 23:56:23 -0000 1.162
+++ dec_video.c 31 Aug 2005 09:24:44 -0000 1.163
@@ -163,10 +163,10 @@
}
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;
More information about the MPlayer-cvslog
mailing list