[vlc-commits] [Git][videolan/vlc][master] codec: videotoolbox: fix missing semicolon
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun May 29 22:26:18 UTC 2022
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
39434b48 by Marvin Scholz at 2022-05-29T22:04:05+00:00
codec: videotoolbox: fix missing semicolon
Fixes the build when building with an older SDK version.
- - - - -
1 changed file:
- modules/codec/videotoolbox.c
Changes:
=====================================
modules/codec/videotoolbox.c
=====================================
@@ -1691,7 +1691,7 @@ static CMSampleBufferRef VTSampleBufferCreate(decoder_t *p_dec,
(TARGET_OS_IOS && __IPHONE_OS_VERSION_MAX_ALLOWED < 150000))
enum {
kVTVideoDecoderReferenceMissingErr = -17694
-}
+};
#endif
static int HandleVTStatus(decoder_t *p_dec, OSStatus status,
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/39434b48db47420cbfde36516cd8473ca72086d3
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/39434b48db47420cbfde36516cd8473ca72086d3
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