[Ffmpeg-cvslog] r7112 - trunk/libavcodec/vc1dsp.c

kostya subversion
Fri Nov 17 07:10:52 CET 2006


Author: kostya
Date: Fri Nov 17 07:10:52 2006
New Revision: 7112

Modified:
   trunk/libavcodec/vc1dsp.c

Log:
Fix comments

Modified: trunk/libavcodec/vc1dsp.c
==============================================================================
--- trunk/libavcodec/vc1dsp.c	(original)
+++ trunk/libavcodec/vc1dsp.c	Fri Nov 17 07:10:52 2006
@@ -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 @@
     }
 }
 
-/** 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)
 {




More information about the ffmpeg-cvslog mailing list