Skip to content
Snippets Groups Projects
Commit 7ad8d3bf authored by Kostya Shishkov's avatar Kostya Shishkov
Browse files

Fix comments

Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b6fa8993
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "dsputil.h" #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) 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) ...@@ -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) static void vc1_h_overlap_c(uint8_t* src, int stride, int rnd)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment