aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc/hevcdec.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-06-25 18:32:44 -0300
committerAnton Khirnov <anton@khirnov.net>2024-09-23 17:15:02 +0200
commitaef221b22a7698a667c391e9e1abfcaccaebf015 (patch)
treec0a7c5d1e2b2db49acef976d9abd322fa896387b /libavcodec/hevc/hevcdec.c
parent14746871e1d33de172d6cb32730d962068e3ccd2 (diff)
downloadffmpeg-aef221b22a7698a667c391e9e1abfcaccaebf015.tar.gz
avcodec/hevc/refs: export Stereo 3D side data
Use the 3D Reference Displays Info SEI message to link a view_id with an eye. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/hevc/hevcdec.c')
-rw-r--r--libavcodec/hevc/hevcdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevc/hevcdec.c b/libavcodec/hevc/hevcdec.c
index 15828ef9eb..0dc24f82f8 100644
--- a/libavcodec/hevc/hevcdec.c
+++ b/libavcodec/hevc/hevcdec.c
@@ -3970,6 +3970,7 @@ static int hevc_update_thread_context(AVCodecContext *dst,
s->sei.common.mastering_display = s0->sei.common.mastering_display;
s->sei.common.content_light = s0->sei.common.content_light;
s->sei.common.aom_film_grain = s0->sei.common.aom_film_grain;
+ s->sei.tdrdi = s0->sei.tdrdi;
return 0;
}