Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-26 21:49:33 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-27 04:45:19 +0300
commit5e9ac1ebecbe49f8ac0df639ff6c0018a926dc14 (patch)
tree7d35a8e34935efcfd565a3bfcc8e14bf46e54693 /libavcodec/h264data.h
parent6c397f6bb583141b7fcb7b8c0463b03c97360233 (diff)
avcodec/h264data: Add missing rational.h inclusion
Fixes checkheaders. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r--libavcodec/h264data.h1
1 files changed, 1 insertions, 0 deletions
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];