diff options
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r-- | mpvcore/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/options.h b/mpvcore/options.h index 0f3fa51549..4a58a0e10d 100644 --- a/mpvcore/options.h +++ b/mpvcore/options.h @@ -217,6 +217,7 @@ typedef struct MPOpts { char *skip_frame_str; int threads; int bitexact; + int check_hw_profile; char *avopt; } lavc_param; |