[FFmpeg-cvslog] avformat/mov: use the updated default value for horizontal_disparity_adjustment in the eyes box
James Almer
git at videolan.org
Fri Jun 21 20:09:47 EEST 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jun 21 14:08:47 2024 -0300| [127545350fcc57781ba66bf7698904f4a0d2387c] | committer: James Almer
avformat/mov: use the updated default value for horizontal_disparity_adjustment in the eyes box
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=127545350fcc57781ba66bf7698904f4a0d2387c
---
libavformat/mov.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 2d5b24b9a9..f08fec3fb6 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -6548,7 +6548,7 @@ static int mov_read_eyes(MOVContext *c, AVIOContext *pb, MOVAtom atom)
uint32_t tag, baseline = 0;
enum AVStereo3DView view = AV_STEREO3D_VIEW_PACKED;
enum AVStereo3DPrimaryEye primary_eye = AV_PRIMARY_EYE_NONE;
- AVRational horizontal_disparity_adjustment = { 0, 0 };
+ AVRational horizontal_disparity_adjustment = { 0, 1 };
if (c->fc->nb_streams < 1)
return 0;
More information about the ffmpeg-cvslog
mailing list