[vlc-commits] [Git][videolan/vlc][master] video_filter: adjust: Remove unused function
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sat Feb 26 08:07:53 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
23425b1a by Hugo Beauzée-Luyssen at 2022-02-26T07:03:22+00:00
video_filter: adjust: Remove unused function
- - - - -
1 changed file:
- modules/video_filter/adjust.c
Changes:
=====================================
modules/video_filter/adjust.c
=====================================
@@ -119,16 +119,6 @@ static int FloatCallback( vlc_object_t *obj, char const *varname,
return VLC_SUCCESS;
}
-static int BoolCallback( vlc_object_t *obj, char const *varname,
- vlc_value_t oldval, vlc_value_t newval, void *data )
-{
- atomic_bool *atom = data;
-
- atomic_store_explicit( atom, newval.b_bool, memory_order_relaxed );
- (void) obj; (void) varname; (void) oldval;
- return VLC_SUCCESS;
-}
-
VIDEO_FILTER_WRAPPER_CLOSE( FilterPlanar, Destroy )
static const struct vlc_filter_operations packed_filter_ops =
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/23425b1a25702e168f450ce387db73478bb1ac67
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/23425b1a25702e168f450ce387db73478bb1ac67
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