mirror of https://git.ffmpeg.org/ffmpeg.git
Fix compilation error around struct visibility when VDPAU disabled.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
80ee2dfcf6
commit
d5d6b8e259
|
@ -75,6 +75,8 @@ struct vdpau_picture_context {
|
||||||
*/
|
*/
|
||||||
VdpBitstreamBuffer *bitstream_buffers;
|
VdpBitstreamBuffer *bitstream_buffers;
|
||||||
};
|
};
|
||||||
|
#else
|
||||||
|
struct vdpau_picture_context;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int ff_vdpau_common_start_frame(struct vdpau_picture_context *pic,
|
int ff_vdpau_common_start_frame(struct vdpau_picture_context *pic,
|
||||||
|
|
Loading…
Reference in New Issue