Skip to content
Snippets Groups Projects
Commit e2c89140 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

transcode: remove useless SOUT_STREAM_EMPTY control

The control is passed onto the next output stream in the chain.
Since no other sout module supports this control, this will always fail.
parent 9b39e78d
No related branches found
No related tags found
Loading
......@@ -364,9 +364,6 @@ static int Control( sout_stream_t *p_stream, int i_query, va_list args )
{
switch( i_query )
{
case SOUT_STREAM_EMPTY:
return sout_StreamControlVa( p_stream->p_next, i_query, args );
case SOUT_STREAM_ID_SPU_HIGHLIGHT:
{
sout_stream_id_sys_t *id = (sout_stream_id_sys_t *) va_arg(args, void *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment