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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-08-16 17:43:48 +0300
committerJames Almer <jamrial@gmail.com>2020-08-20 19:17:50 +0300
commitc56d787fe3130593ca6e7851569e4e0d3524af04 (patch)
tree6bca693db3946e98e9d1928c6aef21231c14e5bc /libavcodec/qtrle.c
parent86f5fd471d35423e3bd5c9d2bd0076b14124faee (diff)
avcodec/decode: move the ff_decode_frame_props() prototype to the proper header
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/qtrle.c')
-rw-r--r--libavcodec/qtrle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c
index 52394f5264..6bdde75df4 100644
--- a/libavcodec/qtrle.c
+++ b/libavcodec/qtrle.c
@@ -36,6 +36,7 @@
#include <string.h>
#include "avcodec.h"
+#include "decode.h"
#include "bytestream.h"
#include "internal.h"