Commit ad5c3ec3 authored by Laurent Aimar's avatar Laurent Aimar

Cosmetic.

parent 155614be
...@@ -616,6 +616,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args ) ...@@ -616,6 +616,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
case DEMUX_GET_ATTACHMENTS: case DEMUX_GET_ATTACHMENTS:
case DEMUX_GET_TITLE_INFO: case DEMUX_GET_TITLE_INFO:
case DEMUX_HAS_UNSUPPORTED_META: case DEMUX_HAS_UNSUPPORTED_META:
case DEMUX_CAN_RECORD:
return VLC_EGENERIC; return VLC_EGENERIC;
default: default:
......
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