[vlc-commits] display: move comment left behind

Rémi Denis-Courmont git at videolan.org
Thu Dec 20 19:43:07 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Dec 19 22:35:12 2018 +0200| [57847c63fb92593710a3b0ff3e9977ac8601bd90] | committer: Rémi Denis-Courmont

display: move comment left behind

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57847c63fb92593710a3b0ff3e9977ac8601bd90
---

 src/video_output/display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video_output/display.c b/src/video_output/display.c
index 94962893ed..c362011cd9 100644
--- a/src/video_output/display.c
+++ b/src/video_output/display.c
@@ -77,6 +77,7 @@ static int vout_display_start(void *func, va_list ap)
     video_format_t *fmtp = va_arg(ap, video_format_t *);
     vlc_video_context *context = va_arg(ap, vlc_video_context *);
 
+    /* Picture buffer does not have the concept of aspect ratio */
     video_format_Copy(fmtp, &vd->source);
     fmtp->i_sar_num = 0;
     fmtp->i_sar_den = 0;
@@ -102,7 +103,6 @@ static vout_display_t *vout_display_New(vlc_object_t *obj,
     /* */
     video_format_Copy(&vd->source, fmt);
 
-    /* Picture buffer does not have the concept of aspect ratio */
     vd->info = (vout_display_info_t){ };
     vd->cfg = cfg;
     vd->pool = NULL;



More information about the vlc-commits mailing list