[vlc-commits] [Git][videolan/vlc][master] placebo: utils: remove deprecated filter functions
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Fri Jan 19 08:50:00 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d8f9556d by Alexandre Janniaux at 2024-01-19T08:31:56+00:00
placebo: utils: remove deprecated filter functions
The functions were removed and re-added as deprecated in a libplacebo
commit[^1], breaking compilation with some libplacebo revision.
[^1]: https://code.videolan.org/videolan/libplacebo/-/commit/716811a3c3d8f7cb4da5cfff083429860b24d2d6
- - - - -
1 changed file:
- modules/video_output/libplacebo/utils.h
Changes:
=====================================
modules/video_output/libplacebo/utils.h
=====================================
@@ -508,10 +508,6 @@ enum {
     FILTER_JINC,
     FILTER_SPHINX,
     FILTER_BCSPLINE,
-    FILTER_CATMULL_ROM,
-    FILTER_MITCHELL,
-    FILTER_ROBIDOUX,
-    FILTER_ROBIDOUXSHARP,
     FILTER_BICUBIC,
     FILTER_SPLINE16,
     FILTER_SPLINE36,
@@ -532,10 +528,6 @@ static const int filter_values[] = {
     FILTER_JINC,
     FILTER_SPHINX,
     FILTER_BCSPLINE,
-    FILTER_CATMULL_ROM,
-    FILTER_MITCHELL,
-    FILTER_ROBIDOUX,
-    FILTER_ROBIDOUXSHARP,
     FILTER_BICUBIC,
     FILTER_SPLINE16,
     FILTER_SPLINE36,
@@ -580,10 +572,6 @@ static const struct pl_filter_function *const filter_fun[] = {
     [FILTER_JINC]           = &pl_filter_function_jinc,
     [FILTER_SPHINX]         = &pl_filter_function_sphinx,
     [FILTER_BCSPLINE]       = &pl_filter_function_bcspline,
-    [FILTER_CATMULL_ROM]    = &pl_filter_function_catmull_rom,
-    [FILTER_MITCHELL]       = &pl_filter_function_mitchell,
-    [FILTER_ROBIDOUX]       = &pl_filter_function_robidoux,
-    [FILTER_ROBIDOUXSHARP]  = &pl_filter_function_robidouxsharp,
     [FILTER_BICUBIC]        = &pl_filter_function_bicubic,
     [FILTER_SPLINE16]       = &pl_filter_function_spline16,
     [FILTER_SPLINE36]       = &pl_filter_function_spline36,
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d8f9556dae59464ef74abd895c4c0bc25af1bf3f
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d8f9556dae59464ef74abd895c4c0bc25af1bf3f
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