You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix comments
Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user