From ecd2ec69ce10e13f6ede353d2def7ce9f45c1a7d Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 24 Oct 2016 17:46:47 -0400 Subject: mov: Evaluate the movie display matrix This matrix needs to be applied after all others have (currently only display matrix from trak), but cannot be handled in movie box, since streams are not allocated yet. So store it in main context, and apply it when appropriate, that is after parsing the tkhd one. Fate tests are updated accordingly. Signed-off-by: Vittorio Giovara --- tests/ref/fate/mov-dar | 2 +- tests/ref/fate/mov-display-matrix | 2 +- tests/ref/fate/mov-sar | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/ref/fate/mov-dar b/tests/ref/fate/mov-dar index 38a0ac45f8..9ca9a41bbc 100644 --- a/tests/ref/fate/mov-dar +++ b/tests/ref/fate/mov-dar @@ -1 +1 @@ -3:1 +3:2 diff --git a/tests/ref/fate/mov-display-matrix b/tests/ref/fate/mov-display-matrix index 64c95996a6..6498148147 100644 --- a/tests/ref/fate/mov-display-matrix +++ b/tests/ref/fate/mov-display-matrix @@ -1,5 +1,5 @@ 0 -65536 +131072 0 -65536 0 diff --git a/tests/ref/fate/mov-sar b/tests/ref/fate/mov-sar index 9f303fc9cb..291b047df4 100644 --- a/tests/ref/fate/mov-sar +++ b/tests/ref/fate/mov-sar @@ -1 +1 @@ -9:2 +9:4 -- cgit v1.2.3