IBuffer.getByteBuffer() always returns a byte buffer in native order, but
we don't tell that to Java.
As a result, it assumes it's always in ByteOrder.BIG_ENDIAN. We should fix
this in Xuggler so that callers don't need to correct for it.
Original issue reported on code.google.com by art.cla...@gmail.com on 17 Mar 2009 at 11:19
Original issue reported on code.google.com by
art.cla...@gmail.com
on 17 Mar 2009 at 11:19