Browse Source

Fix comments

Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov 18 years ago
parent
commit
7ad8d3bf0c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/vc1dsp.c

+ 2
- 2
libavcodec/vc1dsp.c View File

@@ -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)
{


Loading…
Cancel
Save