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
0f0a3ee3
Commit
0f0a3ee3
authored
Jul 01, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/mux/mpeg/ts.c: compilation fix.
parent
1aa3e5ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/mux/mpeg/ts.c
modules/mux/mpeg/ts.c
+2
-0
No files found.
modules/mux/mpeg/ts.c
View file @
0f0a3ee3
...
...
@@ -1851,6 +1851,7 @@ static void GetPMT( sout_mux_t *p_mux,
uint8_t
data
[
4
]
=
{
0x44
,
0x54
,
0x53
,
0x32
};
dvbpsi_PMTESAddDescriptor
(
p_es
,
0x05
,
4
,
data
);
}
#ifdef _DVBPSI_DR_59_H_
else
if
(
p_stream
->
i_codec
==
VLC_FOURCC
(
'd'
,
'v'
,
'b'
,
's'
)
)
{
/* DVB subtitles */
...
...
@@ -1872,6 +1873,7 @@ static void GetPMT( sout_mux_t *p_mux,
p_descr
->
i_length
,
p_descr
->
p_data
);
continue
;
}
#endif
/* _DVBPSI_DR_59_H_ */
if
(
p_stream
->
lang
[
0
]
!=
0
)
{
...
...
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