mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
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;
|
||||
};
|
||||
#else
|
||||
struct vdpau_picture_context;
|
||||
#endif
|
||||
|
||||
int ff_vdpau_common_start_frame(struct vdpau_picture_context *pic,
|
||||
|
Loading…
x
Reference in New Issue
Block a user