0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Avoid short forms; has the added benefit of allowing compilation with gcc 2.95

which complains about 'unterminated string or character constant'.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24961 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-11-03 22:25:52 +00:00
parent 95a30bb622
commit e98794e2ee

View File

@ -349,7 +349,7 @@ static int validate_codec(codecs_t *c, int type)
} }
#if 0 #if 0
#warning codec->driver == 4;... <- this shouldn't be put in here... #warning codec->driver == 4;... <- this should not be put in here...
#warning Where are they defined ???????????? #warning Where are they defined ????????????
if (!c->dll && (c->driver == 4 || if (!c->dll && (c->driver == 4 ||
(c->driver == 2 && type == TYPE_VIDEO))) { (c->driver == 2 && type == TYPE_VIDEO))) {