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
2dd37f66
Commit
2dd37f66
authored
Nov 18, 2003
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* display: set correct ES type (otherwise it segfaults in input_dec.c) but
that implies that ES appear twice in the interface.
parent
8e0bb47f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/stream_out/display.c
modules/stream_out/display.c
+2
-2
No files found.
modules/stream_out/display.c
View file @
2dd37f66
...
...
@@ -2,7 +2,7 @@
* display.c
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: display.c,v 1.
5 2003/06/09 07:16:42 gbazin
Exp $
* $Id: display.c,v 1.
6 2003/11/18 16:46:31 fenrir
Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -142,7 +142,7 @@ static sout_stream_id_t * Add ( sout_stream_t *p_stream, sout_format_t *p_f
id
->
p_es
=
input_AddES
(
p_sys
->
p_input
,
NULL
,
/* no program */
12
,
/* es_id */
/* p_fmt->i_cat; */
UNKNOWN_ES
,
/* es category */
p_fmt
->
i_cat
,
/* UNKNOWN_ES,*/
/* es category */
NULL
,
/* description */
0
);
/* no extra data */
...
...
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