vdpau: switch ff_vdpau_get_surface_id from Picture to AVFrame
authorwm4 <nfxjfg@googlemail.com>
Thu, 20 Mar 2014 07:53:17 +0000 (08:53 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 20 Mar 2014 16:00:39 +0000 (17:00 +0100)
commit1b1094a19d9e41baf3253c83841f9e5343cecbd0
treeefd0f854f2f84824f2af500452a9232a8f714f0c
parent7948a51b5c3d08e1a1173442a7ff72b220def303
vdpau: switch ff_vdpau_get_surface_id from Picture to AVFrame

This gets rid of aliasing completely unrelated structs to Picture.

Fixes the remaining compilation warnings in the vdpau code.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/vdpau.c
libavcodec/vdpau_h264.c
libavcodec/vdpau_internal.h
libavcodec/vdpau_mpeg12.c
libavcodec/vdpau_mpeg4.c
libavcodec/vdpau_vc1.c