]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qsvdec.h
avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
[ffmpeg] / libavcodec / qsvdec.h
index 2b989c259a115a4f0f040d999edfff5b93638459..97a3315b75b5e8d85b7f85af26911a097b110e4c 100644 (file)
@@ -78,8 +78,6 @@ typedef struct QSVContext {
 
 int ff_qsv_map_pixfmt(enum AVPixelFormat format);
 
-int ff_qsv_decode_init(AVCodecContext *s, QSVContext *q, AVPacket *avpkt);
-
 int ff_qsv_decode(AVCodecContext *s, QSVContext *q,
                   AVFrame *frame, int *got_frame,
                   AVPacket *avpkt);