[vlc-commits] [Git][videolan/vlc][master] input: check return value of es_out_ControlSetMeta
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Dec 18 09:07:32 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
08403d93 by Abderhman Gamal at 2025-12-18T09:07:21+00:00
input: check return value of es_out_ControlSetMeta
- - - - -
1 changed file:
- include/vlc_es_out.h
Changes:
=====================================
include/vlc_es_out.h
=====================================
@@ -254,7 +254,7 @@ VLC_USED static inline int es_out_SetNextDisplayTime( es_out_t *out, vlc_tick_t
}
/* Set global meta data (The vlc_meta_t is not modified nor released) */
-VLC_USED static inline int es_out_SetMeta( es_out_t *out, const vlc_meta_t *meta )
+static inline int es_out_SetMeta( es_out_t *out, const vlc_meta_t *meta )
{
return es_out_Control( out, ES_OUT_SET_META, meta );
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/08403d9383faefb93d16319726fe756f9fdf6108
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/08403d9383faefb93d16319726fe756f9fdf6108
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