Fix compilation error around struct visibility when VDPAU disabled.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/68/merge
Dale Curtis 11 years ago committed by Michael Niedermayer
parent 80ee2dfcf6
commit d5d6b8e259
  1. 2
      libavcodec/vdpau_internal.h

@ -75,6 +75,8 @@ struct vdpau_picture_context {
*/
VdpBitstreamBuffer *bitstream_buffers;
};
#else
struct vdpau_picture_context;
#endif
int ff_vdpau_common_start_frame(struct vdpau_picture_context *pic,

Loading…
Cancel
Save