diff options
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r-- | video/out/opengl/video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h index 0ed7b7cb41..df55ede27d 100644 --- a/video/out/opengl/video.h +++ b/video/out/opengl/video.h @@ -102,6 +102,7 @@ struct gl_video_opts { int prescale_passes; float prescale_downscaling_threshold; struct superxbr_opts *superxbr_opts; + struct nnedi3_opts *nnedi3_opts; }; extern const struct m_sub_options gl_video_conf; |