From 3191bb5c355c6b1af5e1756e4ec1b57d0b5e1b7c Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 10 Jun 2021 21:19:12 -0300 Subject: [PATCH] examples/demuxing_decoding: add missing header Fixed compilation broken by e67e02d15672. Signed-off-by: James Almer --- doc/examples/demuxing_decoding.c | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/demuxing_decoding.c b/doc/examples/demuxing_decoding.c index ef1fd2bd53..8520d5b660 100644 --- a/doc/examples/demuxing_decoding.c +++ b/doc/examples/demuxing_decoding.c @@ -32,6 +32,7 @@ #include #include #include +#include #include static AVFormatContext *fmt_ctx = NULL;