From: Steve Langasek <steve.langasek@ubuntu.com>
Date: Fri, 9 Sep 2022 21:30:18 +0200
Subject: Add additional header include for ffmpeg 5.0

libavutil/avutil.h is needed for AV_NOPTS_VALUE which is used extensively
in the code, so include it here.
---
 libhb/handbrake/internal.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libhb/handbrake/internal.h b/libhb/handbrake/internal.h
index 940df8b..75dde30 100644
--- a/libhb/handbrake/internal.h
+++ b/libhb/handbrake/internal.h
@@ -12,6 +12,7 @@
 
 #include "libavutil/imgutils.h"
 #include "libavutil/pixdesc.h"
+#include "libavutil/avutil.h"
 #include "handbrake/project.h"
 
 /***********************************************************************
