summaryrefslogtreecommitdiffstats
path: root/demux/demux_cue.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_cue.c')
-rw-r--r--demux/demux_cue.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/demux/demux_cue.c b/demux/demux_cue.c
index db2f40ea57..4d2c03dcce 100644
--- a/demux/demux_cue.c
+++ b/demux/demux_cue.c
@@ -1,6 +1,8 @@
/*
* This file is part of MPlayer.
*
+ * Original author: Uoti Urpala
+ *
* MPlayer is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -48,11 +50,8 @@ static int try_open_file(struct demuxer *demuxer, enum demux_check check)
}
const struct demuxer_desc demuxer_desc_cue = {
- .info = "CUE file demuxer",
.name = "cue",
- .shortdesc = "CUE",
- .author = "Uoti Urpala",
- .comment = "",
+ .desc = "CUE sheet",
.type = DEMUXER_TYPE_CUE,
.open = try_open_file,
};