X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvdpau.h;h=17cc2631b34e066cc7e9740f4854c02e51cdbe50;hb=69c344eed2742267541ddb748faee300bc8e97c3;hp=a42ca013f203767a8701ded487c2d0f98b6552ed;hpb=9c22aedd265ef38dc240d107171eb846fdef744a;p=ffmpeg diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index a42ca013f20..17cc2631b34 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -231,10 +231,8 @@ struct vdpau_render_state { int state; ///< Holds FF_VDPAU_STATE_* values. -#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI /** picture parameter information for all supported codecs */ union AVVDPAUPictureInfo info; -#endif /** Describe size/location of the compressed video data. Set to 0 when freeing bitstream_buffers. */ @@ -242,11 +240,6 @@ struct vdpau_render_state { int bitstream_buffers_used; /** The user is responsible for freeing this buffer using av_freep(). */ VdpBitstreamBuffer *bitstream_buffers; - -#if !AV_HAVE_INCOMPATIBLE_LIBAV_ABI - /** picture parameter information for all supported codecs */ - union AVVDPAUPictureInfo info; -#endif }; #endif