Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ab846e64
Commit
ab846e64
authored
Oct 01, 1999
by
Christophe Massiot
Browse files
* Suppression d'un message d'erreur erronn� ;
--Meuuh
parent
81f0e7f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/input.c
View file @
ab846e64
...
...
@@ -326,12 +326,6 @@ static void EndThread( input_thread_t *p_input )
adec_DestroyThread
(
(
adec_thread_t
*
)(
p_input
->
pp_selected_es
[
i_es_loop
]
->
p_dec
)
);
break
;
default:
#ifdef DEBUG
/* This should never happen. */
intf_DbgMsg
(
"input debug: unknown stream type ! (%d, %d)
\n
"
,
p_input
->
pp_selected_es
[
i_es_loop
]
->
i_id
,
p_input
->
pp_selected_es
[
i_es_loop
]
->
i_type
);
#endif
break
;
}
}
...
...
Write
Preview
Supports
Markdown
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