[vlc-commits] [Git][videolan/vlc][master] video_chroma: initialize filter name in CheckFilterChroma
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Sep 7 04:05:50 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
82d966f1 by Abderhman Gamal at 2026-09-07T03:54:35+00:00
video_chroma: initialize filter name in CheckFilterChroma
Signed-off-by: Abderhman Gamal <abderhmangamal246 at gmail.com>
- - - - -
1 changed file:
- modules/video_chroma/chain.c
Changes:
=====================================
modules/video_chroma/chain.c
=====================================
@@ -359,6 +359,7 @@ CheckFilterChroma( filter_t *p_filter, vlc_fourcc_t chroma, const char *name )
fmt.i_codec = fmt.video.i_chroma = chroma;
test->fmt_in = fmt;
test->fmt_out = fmt;
+ test->psz_name = name;
test->p_module = vlc_filter_LoadModule( test, "video filter", name, true );
bool success = test->p_module != NULL;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/82d966f1e50f98583068b03928085d7ed78349d6
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/82d966f1e50f98583068b03928085d7ed78349d6
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list