Skip to content
Snippets Groups Projects
Commit a4b5c964 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf
Browse files

cvpx: add missing parameter types

parent ef86d7bd
No related branches found
No related tags found
1 merge request!5033cvpx: add missing parameter types
Pipeline #446814 passed with stage
in 33 minutes and 3 seconds
......@@ -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 };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment