Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
7342c3ff
Commit
7342c3ff
authored
Oct 20, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
puzzle: draw the blackslot when needed (typo).
parent
a114dc51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/video_filter/puzzle.c
modules/video_filter/puzzle.c
+1
-1
No files found.
modules/video_filter/puzzle.c
View file @
7342c3ff
...
@@ -223,7 +223,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
...
@@ -223,7 +223,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
i_row
*=
p_in
->
i_lines
/
i_rows
;
i_row
*=
p_in
->
i_lines
/
i_rows
;
i_last_row
*=
p_in
->
i_lines
/
i_rows
;
i_last_row
*=
p_in
->
i_lines
/
i_rows
;
if
(
p_sys
->
b_blackslot
&&
p_sys
->
b_finished
&&
i
==
p_sys
->
i_selected
)
if
(
p_sys
->
b_blackslot
&&
!
p_sys
->
b_finished
&&
i
==
p_sys
->
i_selected
)
{
{
uint8_t
color
=
(
i_plane
==
Y_PLANE
?
0x0
:
0x80
);
uint8_t
color
=
(
i_plane
==
Y_PLANE
?
0x0
:
0x80
);
for
(
;
i_row
<
i_last_row
;
i_row
++
,
i_orow
++
)
for
(
;
i_row
<
i_last_row
;
i_row
++
,
i_orow
++
)
...
...
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