juancarmena / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

IBuffer.getByteBuffer doesn't set right byteorder on returned buffer #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in r243.

Original comment by art.cla...@gmail.com on 17 Mar 2009 at 11:32