Commit 51540587 authored by Laurent Aimar's avatar Laurent Aimar

Cosmetics.

parent d06c5b37
......@@ -325,10 +325,13 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
case DEMUX_GET_FPS:
case DEMUX_GET_META:
case DEMUX_GET_TITLE_INFO:
case DEMUX_HAS_UNSUPPORTED_META:
case DEMUX_GET_ATTACHMENTS:
case DEMUX_CAN_RECORD:
return VLC_EGENERIC;
default:
msg_Err( p_demux, "unknown query in subtitle control" );
msg_Warn( p_demux, "unknown query in subtitle control" );
return VLC_EGENERIC;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment