mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
sub: add name field to all sub decoders
Might help with debugging.
This commit is contained in:
@@ -155,6 +155,7 @@ static void uninit(struct sd *sd)
|
||||
}
|
||||
|
||||
const struct sd_functions sd_lavc_conv = {
|
||||
.name = "lavc_conv",
|
||||
.supports_format = supports_format,
|
||||
.init = init,
|
||||
.decode = decode,
|
||||
|
||||
Reference in New Issue
Block a user