summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-25 09:03:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-25 09:03:02 +0000
commite0423842de2aeb4a1275785c2de1cfc332af1a72 (patch)
treec32057934ddd4a2687d5df12c9a9234dfe2d5fef
parent57963ac45dcbe0bdc4c5367a0b87157e03e7552a (diff)
downloadmpv-e0423842de2aeb4a1275785c2de1cfc332af1a72.tar.bz2
mpv-e0423842de2aeb4a1275785c2de1cfc332af1a72.tar.xz
Fix grammar/missing verb in description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30112 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/extension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/extension.c b/libmpdemux/extension.c
index 2b29f70602..76d319008c 100644
--- a/libmpdemux/extension.c
+++ b/libmpdemux/extension.c
@@ -28,7 +28,7 @@
/*
* An autodetection based on the extension is not a good idea, but we don't care ;-)
*
- * You should not anything here where autodetection can be easily fixed except in
+ * You should not add anything here where autodetection can be easily fixed except in
* order to speed up auto-detection, in particular for formats that are often streamed.
* In particular you should not normally add any DEMUXER_TYPE_LAVF, adding the
* format to preferred_list in libmpdemux/demuxer_lavf.c will usually achieve