[vlc-commits] [Git][videolan/vlc][master] cvpx: add missing parameter types

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Mar 10 07:57:39 UTC 2024



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
a4b5c964 by Thomas Guillem at 2024-03-10T07:23:45+00:00
cvpx: add missing parameter types

- - - - -


1 changed file:

- modules/video_chroma/cvpx.c


Changes:

=====================================
modules/video_chroma/cvpx.c
=====================================
@@ -518,7 +518,7 @@ chain_CVPX_Flush(filter_t *filter)
 }
 
 static vlc_fourcc_t
-GetIntermediateChroma(input_chroma, output_chroma)
+GetIntermediateChroma(vlc_fourcc_t input_chroma, vlc_fourcc_t output_chroma)
 {
     vlc_fourcc_t chromas[2] = { input_chroma, output_chroma };
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a4b5c96472b5650134e4b844898a51f1b3fc0fbe

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a4b5c96472b5650134e4b844898a51f1b3fc0fbe
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