summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dsp.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-11-17 06:10:52 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-11-17 06:10:52 +0000
commit7ad8d3bf0c02ecb34d257451fe84be9d60d06472 (patch)
tree0fb8c5739eb274836cc331e07df0bc22ae0bc66e /libavcodec/vc1dsp.c
parentb6fa8993fb1dd80ff0bca6c08e54886abe833ce5 (diff)
Fix comments
Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1dsp.c')
-rw-r--r--libavcodec/vc1dsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vc1dsp.c b/libavcodec/vc1dsp.c
index 40e68193f5..b488f2ca0b 100644
--- a/libavcodec/vc1dsp.c
+++ b/libavcodec/vc1dsp.c
@@ -29,7 +29,7 @@
#include "dsputil.h"
-/** Apply overlap transform to vertical edge
+/** Apply overlap transform to horizontal edge
*/
static void vc1_v_overlap_c(uint8_t* src, int stride, int rnd)
{
@@ -49,7 +49,7 @@ static void vc1_v_overlap_c(uint8_t* src, int stride, int rnd)
}
}
-/** Apply overlap transform to horizontal edge
+/** Apply overlap transform to vertical edge
*/
static void vc1_h_overlap_c(uint8_t* src, int stride, int rnd)
{