git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6fa899
)
Fix comments
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Fri, 17 Nov 2006 06:10:52 +0000
(06:10 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Fri, 17 Nov 2006 06:10:52 +0000
(06:10 +0000)
Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1dsp.c
patch
|
blob
|
history
diff --git
a/libavcodec/vc1dsp.c
b/libavcodec/vc1dsp.c
index
40e6819
..
b488f2c
100644
(file)
--- a/
libavcodec/vc1dsp.c
+++ b/
libavcodec/vc1dsp.c
@@
-29,7
+29,7
@@
#include "dsputil.h"
-/** Apply overlap transform to
vertic
al edge
+/** Apply overlap transform to
horizont
al 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
horizont
al edge
+/** Apply overlap transform to
vertic
al edge
*/
static void vc1_h_overlap_c(uint8_t* src, int stride, int rnd)
{