Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
f65e5509
Commit
f65e5509
authored
Aug 03, 2001
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, forgot to commit this file.
parent
2737d4c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/video_output/video_output.c
src/video_output/video_output.c
+4
-4
No files found.
src/video_output/video_output.c
View file @
f65e5509
...
...
@@ -5,7 +5,7 @@
* thread, and destroy a previously oppened video output thread.
*****************************************************************************
* Copyright (C) 2000 VideoLAN
* $Id: video_output.c,v 1.13
5 2001/07/18 14:21:00 massiot
Exp $
* $Id: video_output.c,v 1.13
6 2001/08/03 18:03:32 gbazin
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
...
...
@@ -1159,14 +1159,14 @@ static void RunThread( vout_thread_t *p_vout)
p_vout
->
last_display_date
=
display_date
;
p_vout
->
p_rendered_pic
=
p_pic
;
/* Set picture dimensions and clear buffer */
SetBufferPicture
(
p_vout
,
p_pic
);
/* FIXME: if b_need_render == 0 we need to do something with
* the subpictures one day. */
if
(
p_vout
->
b_need_render
&&
b_display
)
{
/* Set picture dimensions and clear buffer */
SetBufferPicture
(
p_vout
,
p_pic
);
/* Render picture and information */
RenderPicture
(
p_vout
,
p_pic
);
if
(
p_vout
->
b_info
)
...
...
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