vlc | branch: master | Steve Lhomme <[email protected]> | Thu Nov 19 15:49:17 2020 +0100| [849da0497d57bb2b953748195f9126ce40793ea5] | committer: Steve Lhomme
video_output: add description of the "source" sub-structure > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=849da0497d57bb2b953748195f9126ce40793ea5 --- 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 63d19cee16..218b13c9d1 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 { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
