summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2.c
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2011-07-11 01:13:20 +0200
committerRonald S. Bultje <rsbultje@gmail.com>2011-07-10 16:16:19 -0700
commit58ef4ecff834f47f5a4c2a6bd4385b1999a30930 (patch)
tree55c689faee50d3749d76ec27cf4cc8882de78c7c /libavcodec/dxva2.c
parent1765aacb17fd1df0cd794a9ddc95e22d272434cb (diff)
DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/dxva2.c')
-rw-r--r--libavcodec/dxva2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c
index 25b021ae11..e56a64594e 100644
--- a/libavcodec/dxva2.c
+++ b/libavcodec/dxva2.c
@@ -24,7 +24,7 @@
void *ff_dxva2_get_surface(const Picture *picture)
{
- return picture->data[3];
+ return picture->f.data[3];
}
unsigned ff_dxva2_get_surface_index(const struct dxva_context *ctx,