# HG changeset patch # User kostya # Date 1163743852 0 # Node ID 6f6fe05712e4e305a88f1be82f30e5f7163f29aa # Parent ec6d49d9c19df7f479d90e65191dd62427a6b0b1 Fix comments diff -r ec6d49d9c19d -r 6f6fe05712e4 vc1dsp.c --- 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) {