f_demux_in: give it a slightly better filter name

Matters for logging.
This commit is contained in:
wm4 2018-02-04 20:01:09 +01:00 committed by Kevin Mitchell
parent 2f6dc93276
commit 09af5760bb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ static void destroy(struct mp_filter *f)
} }
static const struct mp_filter_info demux_filter = { static const struct mp_filter_info demux_filter = {
.name = "demux", .name = "demux_in",
.priv_size = sizeof(struct priv), .priv_size = sizeof(struct priv),
.process = process, .process = process,
.reset = reset, .reset = reset,