Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
c80107b2
Commit
c80107b2
authored
Jan 31, 2000
by
Vincent Seguin
Browse files
Correction du bug 100% CPU en idle.
parent
28115de8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/video_output/video_output.c
View file @
c80107b2
...
@@ -809,7 +809,7 @@ static void RunThread( vout_thread_t *p_vout)
...
@@ -809,7 +809,7 @@ static void RunThread( vout_thread_t *p_vout)
else
if
(
p_vout
->
b_active
)
/* idle or interface screen alone */
else
if
(
p_vout
->
b_active
)
/* idle or interface screen alone */
{
{
//?? clear: SetBufferPicture( p_vout, NULL );
//?? clear: SetBufferPicture( p_vout, NULL );
if
(
p_vout
->
b_interface
/* && ?? intf_change
-> cause use of 100% CPU !
*/
)
if
(
p_vout
->
b_interface
&&
0
/* && ?? intf_change */
)
{
{
/* Interface has changed, so a new rendering is required - force
/* Interface has changed, so a new rendering is required - force
* it by setting last idle date to 0 */
* it by setting last idle date to 0 */
...
...
Write
Preview
Supports
Markdown
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