vlc | branch: master | Steve Lhomme <[email protected]> | Thu Oct 24 10:31:44 2019 +0200| [290e63294d447d48fffafb7c37af02042ecaaf7d] | committer: Steve Lhomme
vlc_vout_display: fix type in VOUT_DISPLAY_RESET_PICTURES documentation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=290e63294d447d48fffafb7c37af02042ecaaf7d --- include/vlc_vout_display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h index ed89eb56d2..189260cad9 100644 --- a/include/vlc_vout_display.h +++ b/include/vlc_vout_display.h @@ -122,7 +122,7 @@ enum { * \ref VOUT_DISPLAY_CHANGE_SOURCE_CROP * control query returns an error. */ - VOUT_DISPLAY_RESET_PICTURES, /* const vout_display_cfg_t *, es_format_t * */ + VOUT_DISPLAY_RESET_PICTURES, /* const vout_display_cfg_t *, video_format_t * */ #if defined(__OS2__) /* Ask the module to acknowledge/refuse the fullscreen state change after _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
