Mercurial > mplayer.hg
changeset 30070:42210877bafb
Fix grammar/missing verb in description.
author | reimar |
---|---|
date | Fri, 25 Dec 2009 09:03:02 +0000 |
parents | 4952af133b15 |
children | a033bb029e3f |
files | libmpdemux/extension.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/extension.c Fri Dec 25 08:55:36 2009 +0000 +++ b/libmpdemux/extension.c Fri Dec 25 09:03:02 2009 +0000 @@ -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