diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-06 14:17:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-06 14:17:40 +0200 |
commit | 067d11bf71e87d6bcc6a12eb302d6281a0d2408d (patch) | |
tree | 30b1c837669dcc718e3366cf04c9edaa61e8e969 /libavcodec/vdpau_internal.h | |
parent | ec6a855b3a6b87f3415cc4ecfc685bd2eefc6a80 (diff) | |
parent | 502cde409ca5ee97ef70c2cdede88b9101746ff6 (diff) | |
download | ffmpeg-067d11bf71e87d6bcc6a12eb302d6281a0d2408d.tar.gz |
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.h | 3 |
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 { |