]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/libdavs2: unbreak compilation failure
authorGyan Doshi <ffmpeg@gyani.pro>
Wed, 17 Mar 2021 05:21:30 +0000 (10:51 +0530)
committerTimo Rothenpieler <timo@rothenpieler.org>
Wed, 17 Mar 2021 13:36:13 +0000 (14:36 +0100)
FF_CODEC_CAP_AUTO_THREADS added in 8a129077cc requires internal.h

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
libavcodec/libdavs2.c

index 383b54039acd2d6e5bed6f2eef30f009397f3444..0f18353c93eb65875c0e03207eb37475d123312a 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include "avcodec.h"
+#include "internal.h"
 #include "davs2.h"
 
 typedef struct DAVS2Context {