Re: [FFmpeg-devel] [PATCHv5] mov: Evaluate the movie display matrix

2016-11-17 Thread Vittorio Giovara
On Thu, Nov 17, 2016 at 1:02 PM, James Almer wrote: > On 11/15/2016 1:14 PM, Vittorio Giovara wrote: >> diff --git a/tests/ref/fate/mov-displaymatrix >> b/tests/ref/fate/mov-displaymatrix >> new file mode 100644 >> index 000..52528c1 >> --- /dev/null >> +++ b/tests/ref/fate/mov-displaymatrix

Re: [FFmpeg-devel] [PATCHv5] mov: Evaluate the movie display matrix

2016-11-17 Thread James Almer
On 11/15/2016 1:14 PM, Vittorio Giovara wrote: > 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

Re: [FFmpeg-devel] [PATCHv5] mov: Evaluate the movie display matrix

2016-11-17 Thread Vittorio Giovara
On Tue, Nov 15, 2016 at 11:14 AM, Vittorio Giovara wrote: > 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, th