[FFmpeg-cvslog] libavcodec/rv40.c: Fix duplicate words

Michael Niedermayer git at videolan.org
Mon Aug 12 20:11:50 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Aug 12 19:40:29 2013 +0200| [ad26aa3623898e63ceb0c009c1ff581895ef021c] | committer: Michael Niedermayer

libavcodec/rv40.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad26aa3623898e63ceb0c009c1ff581895ef021c
---

 libavcodec/rv40.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c
index 17574ee..57e32f3 100644
--- a/libavcodec/rv40.c
+++ b/libavcodec/rv40.c
@@ -359,7 +359,7 @@ static void rv40_loop_filter(RV34DecContext *r, int row)
     int uvcbp[4][2];
     /**
      * This mask represents the pattern of luma subblocks that should be filtered
-     * in addition to the coded ones because because they lie at the edge of
+     * in addition to the coded ones because they lie at the edge of
      * 8x8 block with different enough motion vectors
      */
     unsigned mvmasks[4];



More information about the ffmpeg-cvslog mailing list