[vlc-commits] vlc_vout_display: remove outdated comments

Zhao Zhili git at videolan.org
Thu May 3 11:33:06 CEST 2018


vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | 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 <hugo at beauzee.fr>

> 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;



More information about the vlc-commits mailing list