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
a5bf56fa
Commit
a5bf56fa
authored
Sep 03, 2011
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sout-switcher compilation
parent
d305c3cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/stream_out/switcher.c
modules/stream_out/switcher.c
+0
-2
No files found.
modules/stream_out/switcher.c
View file @
a5bf56fa
...
...
@@ -914,7 +914,6 @@ static block_t *VideoGetBuffer( sout_stream_t *p_stream, sout_stream_id_t *id,
p_out
->
i_length
=
p_buffer
->
i_length
;
p_out
->
i_pts
=
p_buffer
->
i_dts
;
p_out
->
i_dts
=
p_buffer
->
i_dts
;
p_out
->
i_rate
=
p_buffer
->
i_rate
;
switch
(
id
->
ff_enc_c
->
coded_frame
->
pict_type
)
{
...
...
@@ -958,7 +957,6 @@ static block_t *AudioGetBuffer( sout_stream_t *p_stream, sout_stream_id_t *id,
p_out
->
i_length
=
p_buffer
->
i_length
;
p_out
->
i_pts
=
p_buffer
->
i_dts
;
p_out
->
i_dts
=
p_buffer
->
i_dts
;
p_out
->
i_rate
=
p_buffer
->
i_rate
;
block_Release
(
p_buffer
);
...
...
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