Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-12 21:40:29 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-12 21:40:29 +0400
commitad26aa3623898e63ceb0c009c1ff581895ef021c (patch)
tree1e7438080ddb5d42568214b00eb65cb48b068528 /libavcodec/rv40.c
parentc6325e50dd124c12a6e173b04df214d44d5771cd (diff)
libavcodec/rv40.c: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/rv40.c')
-rw-r--r--libavcodec/rv40.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c
index 17574ee3ef..57e32f35a9 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];