mirror of https://github.com/mpv-player/mpv
10l
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:
parent
e8b7fc12c0
commit
c5afd2f87f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue