summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-06 14:17:40 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-06 14:17:40 +0200
commit067d11bf71e87d6bcc6a12eb302d6281a0d2408d (patch)
tree30b1c837669dcc718e3366cf04c9edaa61e8e969 /libavcodec/vdpau_internal.h
parentec6a855b3a6b87f3415cc4ecfc685bd2eefc6a80 (diff)
parent502cde409ca5ee97ef70c2cdede88b9101746ff6 (diff)
Merge commit '502cde409ca5ee97ef70c2cdede88b9101746ff6'
* commit '502cde409ca5ee97ef70c2cdede88b9101746ff6': vdpau: force reinitialization when output resolution changes Conflicts: libavcodec/vdpau.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vdpau_internal.h')
-rw-r--r--libavcodec/vdpau_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h
index bf9233d4dc..7b40865b6a 100644
--- a/libavcodec/vdpau_internal.h
+++ b/libavcodec/vdpau_internal.h
@@ -81,6 +81,9 @@ typedef struct VDPAUContext {
* VDPAU decoder render callback
*/
VdpDecoderRender *render;
+
+ uint32_t width;
+ uint32_t height;
} VDPAUContext;
struct vdpau_picture_context {