diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 19:40:29 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 19:40:29 +0200 |
commit | ad26aa3623898e63ceb0c009c1ff581895ef021c (patch) | |
tree | 1e7438080ddb5d42568214b00eb65cb48b068528 | |
parent | c6325e50dd124c12a6e173b04df214d44d5771cd (diff) | |
download | ffmpeg-ad26aa3623898e63ceb0c009c1ff581895ef021c.tar.gz |
libavcodec/rv40.c: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/rv40.c | 2 |
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]; |