mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
Fix compilation error around struct visibility when VDPAU disabled.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
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,
|
||||
|
||||
Reference in New Issue
Block a user