Commit bba02007 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MP4: do not warn about unsupported control query

This doesn't help users to report issues...
parent a9fa78e5
......@@ -1020,6 +1020,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
case DEMUX_HAS_UNSUPPORTED_META:
case DEMUX_GET_ATTACHMENTS:
case DEMUX_GET_PTS_DELAY:
case DEMUX_CAN_RECORD:
return VLC_EGENERIC;
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