Skip to content
Snippets Groups Projects
Commit e0c417db authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

orient: add remaining semi-planar formats

Fixes #26643
parent a7d611f2
No related branches found
No related tags found
1 merge request!1450orient: add semiplanar formats
Pipeline #194125 passed with stages
in 24 minutes and 40 seconds
......@@ -322,6 +322,12 @@ static int Open(filter_t *filter)
switch (src->i_chroma) {
case VLC_CODEC_NV12:
case VLC_CODEC_NV21:
case VLC_CODEC_NV16:
case VLC_CODEC_NV61:
case VLC_CODEC_NV24:
case VLC_CODEC_NV42:
case VLC_CODEC_P010:
case VLC_CODEC_P016:
/* Double-size samples on second plane */
sys->plane_size_order[1]++;
break;
......
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