[vlc-devel] [PATCH 08/17] video_output: add description of the "source" sub-structure
    Steve Lhomme 
    robux4 at ycbcr.xyz
       
    Fri Nov 20 15:44:58 CET 2020
    
    
  
---
 src/video_output/video_output.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index 0d04975f50e..e1b37988b92 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -79,7 +79,7 @@ typedef struct vout_thread_sys_t
 
     video_format_t  original;   /* Original format ie coming from the decoder */
 
-    /* */
+    /* user display configuration, accessed under window_lock */
     struct {
         vlc_rational_t dar;
         struct {
-- 
2.26.2
    
    
More information about the vlc-devel
mailing list