summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2021-03-06 16:08:17 -0800
committerJan Ekström <jeebjp@gmail.com>2021-03-28 19:46:32 +0300
commitc8f474e3e5005373796f2a9fea77aa57ffcd7637 (patch)
treea834ea488c4b0bc2c60d620fbbd2baca3c22d213 /demux/demux.h
parent3f006eced47b35b7d752fdc19c22a7f39f970975 (diff)
downloadmpv-c8f474e3e5005373796f2a9fea77aa57ffcd7637.tar.bz2
mpv-c8f474e3e5005373796f2a9fea77aa57ffcd7637.tar.xz
demux: Move demuxer help to new standard mechanism
Previously, demux help was handled as a special case in main.c and this is no longer necessary.
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 80c9a80fc7..ed414f1816 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -293,7 +293,7 @@ void demuxer_select_track(struct demuxer *demuxer, struct sh_stream *stream,
void demuxer_refresh_track(struct demuxer *demuxer, struct sh_stream *stream,
double ref_pts);
-void demuxer_help(struct mp_log *log);
+int demuxer_help(struct mp_log *log, const m_option_t *opt, struct bstr name);
int demuxer_add_attachment(struct demuxer *demuxer, char *name,
char *type, void *data, size_t data_size);