From 5e9ac1ebecbe49f8ac0df639ff6c0018a926dc14 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 26 Jan 2022 19:49:33 +0100 Subject: [PATCH] avcodec/h264data: Add missing rational.h inclusion Fixes checkheaders. Signed-off-by: Andreas Rheinhardt --- libavcodec/h264data.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 988352aa9a..4efe76a34d 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -21,6 +21,7 @@ #include +#include "libavutil/rational.h" #include "h264.h" extern const uint8_t ff_h264_golomb_to_pict_type[5];