[vlc-commits] [Git][videolan/vlc][master] access: rdp: add missing semicolon
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sat Aug 26 19:07:49 UTC 2023
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
e9c0b18d by Alexandre Janniaux at 2023-08-26T18:52:06+00:00
access: rdp: add missing semicolon
Missing from commit 4be29e3859bde569034992df5912ea1dc5a45a21.
- - - - -
1 changed file:
- modules/access/rdp.c
Changes:
=====================================
modules/access/rdp.c
=====================================
@@ -160,7 +160,7 @@ static BOOL desktopResizeHandler( rdpContext *p_context )
es_format_t fmt;
es_format_Init( &fmt, VIDEO_ES, i_chroma );
video_format_Setup( &fmt.video, i_chroma, p_gdi->width, p_gdi->height,
- p_gdi->width, p_gdi->height, 1, 1)
+ p_gdi->width, p_gdi->height, 1, 1);
fmt.video.i_frame_rate_base = 1000;
fmt.video.i_frame_rate = 1000 * p_sys->f_fps;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e9c0b18dd4c7b4fcea8b29e7c72ea79f85ea3bef
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e9c0b18dd4c7b4fcea8b29e7c72ea79f85ea3bef
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list