summaryrefslogtreecommitdiffstats
path: root/video/d3d11va.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/d3d11va.h')
-rw-r--r--video/d3d11va.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/d3d11va.h b/video/d3d11va.h
index db2f295241..bbe2c4639f 100644
--- a/video/d3d11va.h
+++ b/video/d3d11va.h
@@ -24,6 +24,7 @@ struct mp_image;
ID3D11VideoDecoderOutputView *d3d11_surface_in_mp_image(struct mp_image *mpi);
ID3D11Texture2D *d3d11_texture_in_mp_image(struct mp_image *mpi);
+int d3d11_subindex_in_mp_image(struct mp_image *mpi);
struct mp_image *d3d11va_new_ref(ID3D11VideoDecoderOutputView *view,
int w, int h);