[FFmpeg-devel] [PATCH v1 15/19] avcodec/h274: add H274SEIFrameFieldInfo struct
toqsxw at gmail.com
toqsxw at gmail.com
Tue Apr 1 20:16:12 EEST 2025
From: Wu Jianhua <toqsxw at outlook.com>
Signed-off-by: Wu Jianhua <toqsxw at outlook.com>
---
libavcodec/h274.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/libavcodec/h274.h b/libavcodec/h274.h
index e2bb1aec55..3629be2907 100644
--- a/libavcodec/h274.h
+++ b/libavcodec/h274.h
@@ -81,4 +81,12 @@ int ff_h274_hash_verify(H274HashContext *c, const H274SEIPictureHash *hash,
const AVFrame *frame, int coded_width, int coded_height);
int ff_h274_hash_freep(H274HashContext **c);
+typedef struct H274SEIFrameFieldInfo {
+ int present;
+ int picture_struct;
+ uint8_t display_elemental_periods;
+ uint8_t source_scan_type;
+ uint8_t duplicate_flag;
+} H274SEIFrameFieldInfo;
+
#endif /* AVCODEC_H274_H */
--
2.44.0.windows.1
More information about the ffmpeg-devel
mailing list