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
278f8ed4
Commit
278f8ed4
authored
Feb 19, 2011
by
Juha Jeronen
Committed by
Laurent Aimar
Feb 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase private_picture to 4 to accommodate filters that require 3 pictures
Signed-off-by:
Laurent Aimar
<
fenrir@videolan.org
>
parent
87c209e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/video_output/vout_wrapper.c
src/video_output/vout_wrapper.c
+1
-1
No files found.
src/video_output/vout_wrapper.c
View file @
278f8ed4
...
...
@@ -134,7 +134,7 @@ int vout_InitWrapper(vout_thread_t *vout)
sys
->
display
.
use_dr
=
!
vout_IsDisplayFiltered
(
vd
);
const
bool
allow_dr
=
!
vd
->
info
.
has_pictures_invalid
&&
sys
->
display
.
use_dr
;
const
unsigned
private_picture
=
3
;
/* XXX 2
for filter, 1 for SPU */
const
unsigned
private_picture
=
4
;
/* XXX 3
for filter, 1 for SPU */
const
unsigned
decoder_picture
=
1
+
sys
->
dpb_size
;
const
unsigned
kept_picture
=
1
;
/* last displayed picture */
const
unsigned
reserved_picture
=
DISPLAY_PICTURE_COUNT
+
...
...
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