summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--options/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/options/options.h b/options/options.h
index 498d4aae85..2182e25397 100644
--- a/options/options.h
+++ b/options/options.h
@@ -322,9 +322,9 @@ typedef struct MPOpts {
int w32_priority;
struct bluray_opts *stream_bluray_opts;
- struct cdda_params *stream_cdda_opts;
- struct dvb_params *stream_dvb_opts;
- struct stream_lavf_params *stream_lavf_opts;
+ struct cdda_opts *stream_cdda_opts;
+ struct dvb_opts *stream_dvb_opts;
+ struct lavf_opts *stream_lavf_opts;
char *bluray_device;