<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From d75ef5832592c796b45018e81c939c375c1326b4 Mon Sep 17 00:00:00 2001
From: John Fitzgerald &lt;mocmaint@daper.net&gt;
Date: Sat, 25 Jun 2022 13:15:37 +0300
Subject: [PATCH 1/3] avcodec include

Signed-off-by: Elimar Riesebieter &lt;riesebie@lxtec.de&gt;
---
 decoder_plugins/ffmpeg/ffmpeg.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/decoder_plugins/ffmpeg/ffmpeg.c b/decoder_plugins/ffmpeg/ffmpeg.c
index c043b5a..f5ea484 100644
--- a/decoder_plugins/ffmpeg/ffmpeg.c
+++ b/decoder_plugins/ffmpeg/ffmpeg.c
@@ -32,6 +32,7 @@
 #include &lt;stdint.h&gt;
 #include &lt;errno.h&gt;
 
+#include &lt;libavcodec/avcodec.h&gt;
 #include &lt;libavformat/avformat.h&gt;
 #include &lt;libavutil/mathematics.h&gt;
 #if HAVE_LIBAVUTIL_CHANNEL_LAYOUT_H
-- 
2.36.1

</pre></body></html>