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
c63cc6b0
Commit
c63cc6b0
authored
Apr 24, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Manual revert of now unneeded
a1b58a77
.
Picture reserved/linked state has been merged.
parent
94e0618b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/input/decoder.c
src/input/decoder.c
+0
-4
No files found.
src/input/decoder.c
View file @
c63cc6b0
...
...
@@ -1342,7 +1342,6 @@ static void DecoderPlayVideo( decoder_t *p_dec, picture_t *p_picture,
vout_ReleasePicture
(
p_vout
,
p_picture
);
return
;
}
vout_HoldPicture
(
p_vout
,
p_picture
);
/* */
vlc_mutex_lock
(
&
p_owner
->
lock
);
...
...
@@ -1422,7 +1421,6 @@ static void DecoderPlayVideo( decoder_t *p_dec, picture_t *p_picture,
p_owner
->
i_last_rate
=
i_rate
;
}
vout_PutPicture
(
p_vout
,
p_picture
);
vout_ReleasePicture
(
p_vout
,
p_picture
);
}
else
{
...
...
@@ -1433,7 +1431,6 @@ static void DecoderPlayVideo( decoder_t *p_dec, picture_t *p_picture,
*
pi_lost_sum
+=
1
;
vout_ReleasePicture
(
p_vout
,
p_picture
);
vout_ReleasePicture
(
p_vout
,
p_picture
);
}
int
i_tmp_display
;
int
i_tmp_lost
;
...
...
@@ -1688,7 +1685,6 @@ static void DecoderFlushBuffering( decoder_t *p_dec )
if
(
p_owner
->
p_vout
)
{
vout_ReleasePicture
(
p_owner
->
p_vout
,
p_picture
);
vout_ReleasePicture
(
p_owner
->
p_vout
,
p_picture
);
}
if
(
!
p_owner
->
buffer
.
p_picture
)
...
...
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