summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-03 22:25:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-03 22:25:52 +0000
commite98794e2ee07eb01f52e04dda4391c352643fe7c (patch)
tree182c3d709dd72612c052a2056b69f74a299d8c66 /codec-cfg.c
parent95a30bb6220a8662d76697c7b32f51a75bba94af (diff)
downloadmpv-e98794e2ee07eb01f52e04dda4391c352643fe7c.tar.bz2
mpv-e98794e2ee07eb01f52e04dda4391c352643fe7c.tar.xz
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
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 8283ebce6d..6f5e5ecd0f 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -349,7 +349,7 @@ static int validate_codec(codecs_t *c, int type)
}
#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 ????????????
if (!c->dll && (c->driver == 4 ||
(c->driver == 2 && type == TYPE_VIDEO))) {