mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
Avoid unused variable warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28233 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4e13ef3aca
commit
99fd037bd7
@ -84,7 +84,9 @@ static int codec_initialized=0;
|
||||
|
||||
// init driver
|
||||
static int init(sh_video_t *sh){
|
||||
#ifndef CONFIG_QUICKTIME
|
||||
long result = 1;
|
||||
#endif
|
||||
ComponentResult cres;
|
||||
ComponentDescription desc;
|
||||
Component prev=NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user