Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
ad26aa36
Commit
ad26aa36
authored
Aug 12, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/rv40.c: Fix duplicate words
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
c6325e50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rv40.c
libavcodec/rv40.c
+1
-1
No files found.
libavcodec/rv40.c
View file @
ad26aa36
...
@@ -359,7 +359,7 @@ static void rv40_loop_filter(RV34DecContext *r, int row)
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment