ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@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]; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".