diff options
author | Gabucino <gabucino@mplayerhq.hu> | 2003-10-04 17:29:08 +0000 |
---|---|---|
committer | Gabucino <gabucino@mplayerhq.hu> | 2003-10-04 17:29:08 +0000 |
commit | 77a416e8aab77058b542030870fd7178b62d2a62 (patch) | |
tree | 6d6a1e8afab33705fa86702580ed883e30d11445 /postproc/cs_test.c | |
parent | 29d48296a756818e8d77d2e97c1f3ab0704e003d (diff) | |
download | ffmpeg-77a416e8aab77058b542030870fd7178b62d2a62.tar.gz |
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
Originally committed as revision 11001 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/cs_test.c')
-rw-r--r-- | postproc/cs_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/cs_test.c b/postproc/cs_test.c index 9059dac9c9..aad26e236a 100644 --- a/postproc/cs_test.c +++ b/postproc/cs_test.c @@ -72,7 +72,7 @@ main(int argc, char **argv) uint8_t *dst= dstBuffer+dstOffset; char *name=NULL; - if(failed) break; //dont fill the screen with shit ... + if(failed) break; //don't fill the screen with shit ... switch(funcNum){ case 0: |