summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodecdec_common.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-24 19:54:25 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-27 14:14:56 +0200
commit17e23aed41c37e130ec38b9f682c5cde990eefcc (patch)
tree3a6fbfa135fe1e4ed0a4a7b49eb99097532356d0 /libavcodec/mediacodecdec_common.c
parent6be4b534ce83d28382209991b9441d3c64ca4472 (diff)
avcodec/internal: Move ff_get_format() to decode.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mediacodecdec_common.c')
-rw-r--r--libavcodec/mediacodecdec_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mediacodecdec_common.c b/libavcodec/mediacodecdec_common.c
index cb18aed401..7952c3c34c 100644
--- a/libavcodec/mediacodecdec_common.c
+++ b/libavcodec/mediacodecdec_common.c
@@ -32,6 +32,7 @@
#include "libavutil/timestamp.h"
#include "avcodec.h"
+#include "decode.h"
#include "internal.h"
#include "mediacodec.h"