HWACCEL_VDPAU,
HWACCEL_DXVA2,
HWACCEL_VDA,
+ HWACCEL_QSV,
};
typedef struct HWAccel {
int64_t max_frames;
AVFrame *filtered_frame;
+ void *hwaccel_ctx;
+
/* video only */
AVRational frame_rate;
int force_fps;
int vdpau_init(AVCodecContext *s);
int dxva2_init(AVCodecContext *s);
int vda_init(AVCodecContext *s);
+int qsv_init(AVCodecContext *s);
+int qsv_transcode_init(OutputStream *ost);
#endif /* AVCONV_H */