Re: [FFmpeg-devel] [PATCH 1/3] mov: Evaluate the movie display matrix

2016-11-28 Thread Vittorio Giovara
On Fri, Nov 18, 2016 at 2:37 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, tha

[FFmpeg-devel] [PATCH 1/3] mov: Evaluate the movie display matrix

2016-11-18 Thread Vittorio Giovara
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. Signed-off-by: Vittorio Giovara