diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-02 05:41:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-02 05:41:55 +0000 |
commit | 7eb2d654a276098b7b054f2f6099a88faf196bfb (patch) | |
tree | 8c2375c85edd9507d209c53f2e4c23d16706216d /libavcodec/imgresample.c | |
parent | 326b554ccf85fa99636f5be8fd7a22c08ef4c647 (diff) | |
download | ffmpeg-7eb2d654a276098b7b054f2f6099a88faf196bfb.tar.gz |
small spelling/grammar fixes
Originally committed as revision 17718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgresample.c')
-rw-r--r-- | libavcodec/imgresample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index e2b258d4bb..b332d07719 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -575,7 +575,7 @@ void sws_freeContext(struct SwsContext *ctx) * Otherwise, frees context and gets a new one. * * Be warned that srcFilter, dstFilter are not checked, they are - * asumed to remain valid. + * assumed to remain valid. */ struct SwsContext *sws_getCachedContext(struct SwsContext *ctx, int srcW, int srcH, int srcFormat, |