vlc | branch: master | Zhao Zhili <[email protected]> | Thu May 3 10:08:46 2018 +0800| [87de295d1a7ec8c5b8a2b553dbcf65138197478d] | committer: Hugo Beauzée-Luyssen
vlc_vout_display: remove outdated comments i_aspect was removed in 2009 Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87de295d1a7ec8c5b8a2b553dbcf65138197478d --- include/vlc_vout_display.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h index ac2e1ca490..6c25f392fb 100644 --- a/include/vlc_vout_display.h +++ b/include/vlc_vout_display.h @@ -44,11 +44,6 @@ * Video output display modules interface */ -/* XXX - * Do NOT use video_format_t::i_aspect but i_sar_num/den everywhere. i_aspect - * will be removed as soon as possible. - * - */ typedef struct vout_display_t vout_display_t; typedef struct vout_display_sys_t vout_display_sys_t; typedef struct vout_display_owner_t vout_display_owner_t; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
