Skip to content
Snippets Groups Projects
Commit 08894288 authored by Thomas Guillem's avatar Thomas Guillem Committed by Felix Paul Kühne
Browse files

ci_filters: add P010 support

CI filters don't work directly with P010, but the module will use a
P010->RGBA GPU converter automatically.

Fixes #27100
parent 6d196e38
No related branches found
No related tags found
1 merge request!2145ci_filters: add P010 support
Pipeline #236479 passed with stage
in 18 minutes and 32 seconds
......@@ -609,6 +609,7 @@ Open(filter_t *filter, char const *psz_filter)
switch (filter->fmt_in.video.i_chroma)
{
case VLC_CODEC_CVPX_NV12:
case VLC_CODEC_CVPX_P010:
case VLC_CODEC_CVPX_UYVY:
case VLC_CODEC_CVPX_I420:
case VLC_CODEC_CVPX_BGRA:
......
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