summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 1b074b8767..06c5e388ca 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3538,7 +3538,6 @@ static int get_decoder_entry(int item, int action, void *arg, void *ctx)
struct mp_decoder_entry *c = &codecs->entries[item];
struct m_sub_property props[] = {
- {"family", SUB_PROP_STR(c->family)},
{"codec", SUB_PROP_STR(c->codec)},
{"driver" , SUB_PROP_STR(c->decoder)},
{"description", SUB_PROP_STR(c->desc)},