]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
Fix compilation error around struct visibility when VDPAU disabled.
[ffmpeg] / ffmpeg.h
index 52ce2c3b5255d74fc1c77cfc8ef31c0ade004d92..41d666340d709b94684c1d48a179067521a65c08 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -61,6 +61,7 @@ enum HWAccelID {
     HWACCEL_AUTO,
     HWACCEL_VDPAU,
     HWACCEL_DXVA2,
+    HWACCEL_VDA,
 };
 
 typedef struct HWAccel {
@@ -514,5 +515,6 @@ int ffmpeg_parse_options(int argc, char **argv);
 
 int vdpau_init(AVCodecContext *s);
 int dxva2_init(AVCodecContext *s);
+int vda_init(AVCodecContext *s);
 
 #endif /* FFMPEG_H */