mittal9878 / xuggle

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

java.lang.IndexOutOfBoundsException When IBuffer.put is passed an int[] #267

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create and IVideoPicture
2.From that IVideoPicture create and IBuffer using getData()
3.on the IBuffer use the put method and pass in an int[]

result:
Exception in thread "Thread-2" java.lang.IndexOutOfBoundsException
        at com.xuggle.ferry.IBuffer.validateArgs(IBuffer.java:160)
        at com.xuggle.ferry.IBuffer.put(IBuffer.java:428)

OS : WindowsXP

Original issue reported on code.google.com by jeff%jun...@gtempaccount.com on 8 Jun 2011 at 10:29