diff mbox series

[FFmpeg-devel,31/33] avcodec/h264data: Add missing rational.h inclusion

Message ID AM7PR03MB66605B5ED41630AD6A6B305A8F209@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 5e9ac1ebecbe49f8ac0df639ff6c0018a926dc14
Headers show
Series [FFmpeg-devel,01/21] avcodec/h263: Remove declaration for inexistent function | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished
andriy/make_aarch64_jetson success Make finished
andriy/make_fate_aarch64_jetson success Make fate finished

Commit Message

Andreas Rheinhardt Jan. 26, 2022, 9:34 p.m. UTC
Fixes checkheaders.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/h264data.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 <stdint.h>
 
+#include "libavutil/rational.h"
 #include "h264.h"
 
 extern const uint8_t ff_h264_golomb_to_pict_type[5];