Commit fa040f83 authored by kostya's avatar kostya

Fix comments

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7112 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8e33652d
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment