Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
405e39a5
Commit
405e39a5
authored
Jun 07, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* all: input_DumpStream isn't exported anymore.
parent
270b1511
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
modules/demux/mpeg/ps.c
modules/demux/mpeg/ps.c
+0
-1
modules/demux/mpeg/system.c
modules/demux/mpeg/system.c
+0
-3
No files found.
modules/demux/mpeg/ps.c
View file @
405e39a5
...
...
@@ -297,7 +297,6 @@ static int Activate( vlc_object_t * p_this )
}
}
#endif
input_DumpStream
(
p_input
);
vlc_mutex_unlock
(
&
p_input
->
stream
.
stream_lock
);
}
else
...
...
modules/demux/mpeg/system.c
View file @
405e39a5
...
...
@@ -732,9 +732,6 @@ static void DecodePSM( input_thread_t * p_input, data_packet_t * p_data )
p_input
->
stream
.
pp_programs
[
0
]
->
pp_es
[
i_new_es_number
]
);
}
msg_Dbg
(
p_input
,
"the stream map after the PSM is now:"
);
input_DumpStream
(
p_input
);
vlc_mutex_unlock
(
&
p_input
->
stream
.
stream_lock
);
}
...
...
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