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
aebd934a
Commit
aebd934a
authored
Nov 06, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.
parent
82dcb916
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/demux/mpeg/ts.c
modules/demux/mpeg/ts.c
+3
-1
No files found.
modules/demux/mpeg/ts.c
View file @
aebd934a
...
...
@@ -2,7 +2,7 @@
* mpeg_ts.c : Transport Stream input module for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: ts.c,v 1.4
0 2003/11/06 16:36:41 nitrox
Exp $
* $Id: ts.c,v 1.4
1 2003/11/06 20:12:37 gbazin
Exp $
*
* Authors: Henri Fallon <henri@via.ecp.fr>
* Johan Bilien <jobi@via.ecp.fr>
...
...
@@ -1636,6 +1636,7 @@ static void TS_DVBPSI_HandlePMT( input_thread_t * p_input,
i_fourcc
=
VLC_FOURCC
(
'a'
,
'5'
,
'2'
,
' '
);
i_cat
=
AUDIO_ES
;
}
#ifdef _DVBPSI_DR_59_H_
else
if
(
p_dr
->
i_tag
==
0x59
)
{
uint16_t
n
;
...
...
@@ -1691,6 +1692,7 @@ static void TS_DVBPSI_HandlePMT( input_thread_t * p_input,
}
}
#endif
/* _DVBPSI_DR_59_H_ */
}
if
(
i_fourcc
==
VLC_FOURCC
(
0
,
0
,
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