sub: add name field to all sub decoders

Might help with debugging.
This commit is contained in:
wm4
2013-06-03 21:49:39 +02:00
parent 3289be9a28
commit 61dfe12179
9 changed files with 20 additions and 0 deletions

View File

@@ -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,