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
ca30e8da
Commit
ca30e8da
authored
Mar 19, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ts.c: do not use packetizer for ms-codec streams.
parent
15a9e81c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/demux/ts.c
modules/demux/ts.c
+3
-0
No files found.
modules/demux/ts.c
View file @
ca30e8da
...
@@ -1745,6 +1745,9 @@ static void PMTCallBack( demux_t *p_demux, dvbpsi_pmt_t *p_pmt )
...
@@ -1745,6 +1745,9 @@ static void PMTCallBack( demux_t *p_demux, dvbpsi_pmt_t *p_pmt )
{
{
msg_Warn
(
p_demux
,
"private MSCODEC (vlc) without bih private descriptor"
);
msg_Warn
(
p_demux
,
"private MSCODEC (vlc) without bih private descriptor"
);
}
}
/* For such stream we will gather them ourself and don't launch a packetize,
* Yes it's ugly but it's the only way to make DIV3 working */
pid
->
es
->
fmt
.
b_packetized
=
VLC_TRUE
;
}
}
if
(
pid
->
es
->
fmt
.
i_cat
==
AUDIO_ES
||
pid
->
es
->
fmt
.
i_cat
==
SPU_ES
)
if
(
pid
->
es
->
fmt
.
i_cat
==
AUDIO_ES
||
pid
->
es
->
fmt
.
i_cat
==
SPU_ES
)
...
...
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