vlc | branch: master | Steve Lhomme <[email protected]> | Wed Oct 24 09:10:36 2018 +0200| [b1a58d13d4680f9faf4d6967dfaa341b5ef88746] | committer: Steve Lhomme
vlc_vout_display: the crop changes are found in source video_format_t As specified in the other controls > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1a58d13d4680f9faf4d6967dfaa341b5ef88746 --- include/vlc_vout_display.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h index 86eb1bced0..21168a1db4 100644 --- a/include/vlc_vout_display.h +++ b/include/vlc_vout_display.h @@ -149,8 +149,8 @@ enum { /* Ask the module to acknowledge/refuse source crop change after being * requested externally. - * The cropping requested is stored by video_format_t::i_x/y_offset and - * video_format_t::i_visible_width/height */ + * The cropping requested is stored by source video_format_t::i_x/y_offset + * and video_format_t::i_visible_width/height */ VOUT_DISPLAY_CHANGE_SOURCE_CROP, /* Ask the module to acknowledge/refuse VR/360° viewing direction after _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
