summaryrefslogtreecommitdiff
path: root/libavcodec/h2645_sei.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-10-04 13:54:03 +0200
committerNiklas Haas <git@haasn.dev>2024-03-23 18:55:21 +0100
commit2e24c12aa199bdadcf2d3b7ea3ec54564b8534ee (patch)
tree8a2c6dd5e6eb3c072c1c9a747ef8f584217f07df /libavcodec/h2645_sei.h
parentf50382cba60d106440f1ad83396ff7bed586a5ac (diff)
avcodec/h2645_sei: decode AFGS1 T.35 SEI
I restricted this SEI to HEVC for now, until I see a H.264 sample.
Diffstat (limited to 'libavcodec/h2645_sei.h')
-rw-r--r--libavcodec/h2645_sei.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/h2645_sei.h b/libavcodec/h2645_sei.h
index 0ebf48011a..b9a6c7587b 100644
--- a/libavcodec/h2645_sei.h
+++ b/libavcodec/h2645_sei.h
@@ -23,7 +23,9 @@
#include "libavutil/buffer.h"
#include "libavutil/frame.h"
+#include "libavutil/film_grain_params.h"
+#include "aom_film_grain.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_id.h"
@@ -132,6 +134,7 @@ typedef struct H2645SEI {
H2645SEIAmbientViewingEnvironment ambient_viewing_environment;
H2645SEIMasteringDisplay mastering_display;
H2645SEIContentLight content_light;
+ AVFilmGrainAFGS1Params aom_film_grain;
} H2645SEI;
enum {