1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02: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:
diego 2009-01-02 12:53:05 +00:00
parent 4e13ef3aca
commit 99fd037bd7

View File

@ -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;