[FFmpeg-devel] [PATCH, v2] avformat/mov: get heif image rotation from irot box

2024-05-27 Thread Hacene Bouaroua
parse irot box to get the transformative heif item rotation angle. Signed-off-by: Hacene Bouaroua --- libavformat/avformat.h | 5 + libavformat/isom.h | 1 + libavformat/mov.c | 25 + 3 files changed, 31 insertions(+) diff --git a/libavformat/avformat.h b

[FFmpeg-devel] [PATCH] avformat/mov: get heif image rotation from irot box

2024-05-27 Thread Hacene Bouaroua
parse irot box to get the transformative heif item rotation angle. Signed-off-by: Hacene Bouaroua --- libavformat/avformat.h | 5 + libavformat/isom.h | 1 + libavformat/mov.c | 25 + 3 files changed, 31 insertions(+) diff --git a/libavformat/avformat.h