[FFmpeg-cvslog] avfilter/vf_showinfo: include the correct Dynamic HDR10+ header

James Almer git at videolan.org
Sun Dec 6 17:13:50 EET 2020


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Dec  6 12:08:58 2020 -0300| [13f35782b9f57449ea6e93f914f953f17d1e34fc] | committer: James Almer

avfilter/vf_showinfo: include the correct Dynamic HDR10+ header

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=13f35782b9f57449ea6e93f914f953f17d1e34fc
---

 libavfilter/vf_showinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c
index f9ed54a70c..6208892005 100644
--- a/libavfilter/vf_showinfo.c
+++ b/libavfilter/vf_showinfo.c
@@ -24,12 +24,12 @@
 
 #include <inttypes.h>
 
-#include "libavcodec/dynamic_hdr10_plus.h"
 #include "libavutil/bswap.h"
 #include "libavutil/adler32.h"
 #include "libavutil/display.h"
 #include "libavutil/imgutils.h"
 #include "libavutil/internal.h"
+#include "libavutil/hdr_dynamic_metadata.h"
 #include "libavutil/opt.h"
 #include "libavutil/pixdesc.h"
 #include "libavutil/spherical.h"



More information about the ffmpeg-cvslog mailing list