mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libavcodec/rv40.c: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c6325e50dd
commit
ad26aa3623
@ -359,7 +359,7 @@ static void rv40_loop_filter(RV34DecContext *r, int row)
|
|||||||
int uvcbp[4][2];
|
int uvcbp[4][2];
|
||||||
/**
|
/**
|
||||||
* This mask represents the pattern of luma subblocks that should be filtered
|
* 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
|
* 8x8 block with different enough motion vectors
|
||||||
*/
|
*/
|
||||||
unsigned mvmasks[4];
|
unsigned mvmasks[4];
|
||||||
|
Loading…
Reference in New Issue
Block a user