summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-12 22:12:02 +0200
committerwm4 <wm4@nowhere>2013-07-12 22:16:27 +0200
commit6c414f8c7a66ce3bb0c2446cb7fb0fb802a9e98b (patch)
treef2d8ad0735c87b3186992ad37533c55a865dc19d /demux/demux.h
parentf406482d84b8597235e17bedfb7539a5863d869e (diff)
downloadmpv-6c414f8c7a66ce3bb0c2446cb7fb0fb802a9e98b.tar.bz2
mpv-6c414f8c7a66ce3bb0c2446cb7fb0fb802a9e98b.tar.xz
demux: remove useless author/comment fields
Same deal as with previous commit.
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