Old values from the long[] were retained, leading to garbage data in the matrix
when authoring files.
This fix worked for me:
private double[] matrix = new double[]{1.0d, 0, 0, 0, 1.0d, 0, 0, 0, 1.0d};
Not sure about the last 1.0 - just copied an existing MP4 file's matrix :)
Original issue reported on code.google.com by anton.ma...@ninetyten.co.nz on 20 Nov 2012 at 1:40
Original issue reported on code.google.com by
anton.ma...@ninetyten.co.nz
on 20 Nov 2012 at 1:40