From: Wu Jianhua <[email protected]>
Signed-off-by: Wu Jianhua <[email protected]>
---
libavcodec/h274.h | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/libavcodec/h274.h b/libavcodec/h274.h
index cebc8becb3..e1803edaf3 100644
--- a/libavcodec/h274.h
+++ b/libavcodec/h274.h
@@ -64,4 +64,14 @@ int ff_h274_apply_film_grain(AVFrame *out, const AVFrame *in,
H274FilmGrainDatabase *db,
const AVFilmGrainParams *params);
+typedef struct H274SEIPictureHash {
+ int present;
+ union {
+ uint8_t md5[3][16];
+ uint16_t crc[3];
+ uint32_t checksum[3];
+ };
+ uint8_t hash_type;
+} H274SEIPictureHash;
+
#endif /* AVCODEC_H274_H */
--
2.44.0.windows.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".