summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 34ff9fd596..3f193fa72e 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -98,11 +98,8 @@ struct demuxer;
* Demuxer description structure
*/
typedef struct demuxer_desc {
- const char *info; // What is it (long name and/or description)
const char *name; // Demuxer name, used with -demuxer switch
- const char *shortdesc; // Description printed at demuxer detection
- const char *author; // Demuxer author(s)
- const char *comment; // Comment, printed with -demuxer help
+ const char *desc; // Displayed to user
enum demuxer_type type; // optional