Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vda.c')
-rw-r--r--libavcodec/vda.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/vda.c b/libavcodec/vda.c
index 4670140c76..819ae030b0 100644
--- a/libavcodec/vda.c
+++ b/libavcodec/vda.c
@@ -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)
{
}