vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jul 11 12:12:02 2011 +0200| [bba02007668405d5a2429c43aef2f06bf5013a57] | committer: Jean-Baptiste Kempf
MP4: do not warn about unsupported control query This doesn't help users to report issues... > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bba02007668405d5a2429c43aef2f06bf5013a57 --- modules/demux/mp4/mp4.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c index ef544ed..b658ca7 100644 --- a/modules/demux/mp4/mp4.c +++ b/modules/demux/mp4/mp4.c @@ -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: _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
