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
GSoC
GSoC2018
macOS
vlc
Commits
bba02007
Commit
bba02007
authored
Jul 11, 2011
by
Jean-Baptiste Kempf
Browse files
MP4: do not warn about unsupported control query
This doesn't help users to report issues...
parent
a9fa78e5
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/demux/mp4/mp4.c
View file @
bba02007
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
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