[FFmpeg-cvslog] avcodec/h264data: Add missing rational.h inclusion
Andreas Rheinhardt
git at videolan.org
Thu Jan 27 03:46:19 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Jan 26 19:49:33 2022 +0100| [5e9ac1ebecbe49f8ac0df639ff6c0018a926dc14] | committer: Andreas Rheinhardt
avcodec/h264data: Add missing rational.h inclusion
Fixes checkheaders.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e9ac1ebecbe49f8ac0df639ff6c0018a926dc14
---
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 <stdint.h>
+#include "libavutil/rational.h"
#include "h264.h"
extern const uint8_t ff_h264_golomb_to_pict_type[5];
More information about the ffmpeg-cvslog
mailing list