Mercurial > libavcodec.hg
changeset 4210:6f6fe05712e4 libavcodec
Fix comments
author | kostya |
---|---|
date | Fri, 17 Nov 2006 06:10:52 +0000 |
parents | ec6d49d9c19d |
children | ff9a94fce879 |
files | vc1dsp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vc1dsp.c Fri Nov 17 06:09:32 2006 +0000 +++ b/vc1dsp.c Fri Nov 17 06:10:52 2006 +0000 @@ -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 @@ } } -/** 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) {