Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
295240a1
Commit
295240a1
authored
Mar 23, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* duplicate: fixed a bug with noes.
parent
19b851c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/stream_out/duplicate.c
modules/stream_out/duplicate.c
+1
-1
No files found.
modules/stream_out/duplicate.c
View file @
295240a1
...
...
@@ -408,7 +408,7 @@ static vlc_bool_t ESSelected( es_format_t *fmt, char *psz_select )
char
*
psz_arg
=
strchr
(
psz
,
'='
);
*
psz_arg
++
=
'\0'
;
if
(
!
strcmp
(
psz
,
"no-es"
)
||
!
strcmp
(
psz
,
"es"
)
)
if
(
!
strcmp
(
psz
,
"no-es"
)
||
!
strcmp
(
psz
,
"
no
es"
)
)
{
if
(
i_es
!=
1
)
{
...
...
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