[vlc-commits] video_output: add description of the "source" sub-structure
Steve Lhomme
git at videolan.org
Tue Jan 19 12:29:53 UTC 2021
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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 {
More information about the vlc-commits
mailing list