diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-13 17:48:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-13 17:48:15 +0000 |
commit | 86bdf3fd3de22e1ae9273f1d487ca5ed5118b81f (patch) | |
tree | e921ddf38f174d64dfb1560cbe59e1cdb75bb44c /libswscale/swscale.h | |
parent | 57870214ab18f309ed1bfaca091121b15f46dfac (diff) | |
download | ffmpeg-86bdf3fd3de22e1ae9273f1d487ca5ed5118b81f.tar.gz |
misc spelling fixes
Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r-- | libswscale/swscale.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index aa4c25483c..b9d2b8f19b 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -58,8 +58,8 @@ #define SWS_PRINT_INFO 0x1000 -//the following 3 flags are not completly implemented -//internal chrominace subsamling info +//the following 3 flags are not completely implemented +//internal chrominace subsampling info #define SWS_FULL_CHR_H_INT 0x2000 //input subsampling info #define SWS_FULL_CHR_H_INP 0x4000 |