diff options
author | wm4 <wm4@nowhere> | 2013-06-28 14:42:06 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-06-28 14:42:06 +0200 |
commit | 0435ab7131f1bb525a27263b355d341b6d4cf775 (patch) | |
tree | 5d52ef13002341e5876b7ad0948f843318b07f7f /core/options.h | |
parent | 398722c5a60b36e305d96cd78e5a92e02f43c4b8 (diff) | |
download | mpv-0435ab7131f1bb525a27263b355d341b6d4cf775.tar.bz2 mpv-0435ab7131f1bb525a27263b355d341b6d4cf775.tar.xz |
options: remove -lavdopts debug suboption
This can be set as avopt instead.
Diffstat (limited to 'core/options.h')
-rw-r--r-- | core/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/options.h b/core/options.h index 0c6f6c7271..48a51a9c27 100644 --- a/core/options.h +++ b/core/options.h @@ -201,7 +201,6 @@ typedef struct MPOpts { char *hwdec_codecs; struct lavc_param { - int debug; int fast; char *skip_loop_filter_str; char *skip_idct_str; |