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
b0586bcb
Commit
b0586bcb
authored
Apr 24, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No functionnal changes.
parent
0fa46e2b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
100 deletions
+83
-100
src/video_output/vout_internal.h
src/video_output/vout_internal.h
+8
-6
src/video_output/vout_wrapper.c
src/video_output/vout_wrapper.c
+75
-94
No files found.
src/video_output/vout_internal.h
View file @
b0586bcb
...
...
@@ -32,6 +32,7 @@
#include <vlc_picture_fifo.h>
#include <vlc_picture_pool.h>
#include <vlc_vout_display.h>
#include "vout_control.h"
#include "snapshot.h"
#include "statistic.h"
...
...
@@ -40,9 +41,6 @@
/* Number of pictures required to computes the FPS rate */
#define VOUT_FPS_SAMPLES 20
/* */
typedef
struct
vout_sys_t
vout_sys_t
;
/* */
struct
vout_thread_sys_t
{
...
...
@@ -52,9 +50,6 @@ struct vout_thread_sys_t
/* Video output configuration */
config_chain_t
*
p_cfg
;
/* Place holder for the vout_wrapper code */
vout_sys_t
*
p_sys
;
/* Thread & synchronization */
vlc_thread_t
thread
;
vlc_cond_t
change_wait
;
...
...
@@ -63,6 +58,13 @@ struct vout_thread_sys_t
bool
b_error
;
/* */
struct
{
char
*
title
;
vout_display_t
*
vd
;
bool
use_dr
;
picture_t
*
filtered
;
}
display
;
bool
b_picture_empty
;
vlc_cond_t
picture_wait
;
struct
{
...
...
src/video_output/vout_wrapper.c
View file @
b0586bcb
This diff is collapsed.
Click to expand it.
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