diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-21 11:47:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-21 11:47:09 +0000 |
commit | 56b69633dd52bd2a2dd1a58207d505af41d2cd2f (patch) | |
tree | 6a7ce583f4ec0abe4e893c3379ced7a672a356f8 /libswscale/swscale_internal.h | |
parent | b7d8f6e0954d4d8838ae01e60728e428e67e4f66 (diff) | |
download | ffmpeg-56b69633dd52bd2a2dd1a58207d505af41d2cd2f.tar.gz |
comment typo fixes
Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 6f15fc133f..96ec78c48e 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -42,8 +42,8 @@ typedef struct SwsContext{ AVClass *av_class; /** - * - * Note the src,dst,srcStride,dstStride will be copied, in the sws_scale() warper so they can freely be modified here + * Note that src, dst, srcStride, dstStride will be copied in the + * sws_scale() wrapper so they can be freely modified here. */ SwsFunc swScale; int srcW, srcH, dstH; |