]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda.c
Merge commit '61cb9fac47498a38dfe7623f66aa1f3696e9158c'
[ffmpeg] / libavcodec / vda.c
index 4670140c7619cd6afd4ee6afc26ba0d4acff231e..819ae030b03fd0904cac829f31595cc564ddba06 100644 (file)
@@ -73,6 +73,11 @@ int av_vda_default_init(AVCodecContext *avctx)
     return AVERROR(ENOSYS);
 }
 
+int av_vda_default_init2(AVCodecContext *avctx, AVVDAContext *vdactx)
+{
+    return AVERROR(ENOSYS);
+}
+
 void av_vda_default_free(AVCodecContext *ctx)
 {
 }