mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
f_demux_in: give it a slightly better filter name
Matters for logging.
This commit is contained in:
@@ -58,7 +58,7 @@ static void destroy(struct mp_filter *f)
|
||||
}
|
||||
|
||||
static const struct mp_filter_info demux_filter = {
|
||||
.name = "demux",
|
||||
.name = "demux_in",
|
||||
.priv_size = sizeof(struct priv),
|
||||
.process = process,
|
||||
.reset = reset,
|
||||
|
||||
Reference in New Issue
Block a user