JyotsnaT / xuggle

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

IMediaData.getData should cache the IBuffer object if it hasn't changed #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To avoid re-allocating it if someone is caching IMediaData objects.

Original issue reported on code.google.com by art.cla...@gmail.com on 20 Jul 2009 at 10:10

GoogleCodeExporter commented 9 years ago
Implemented in r831.  See IMediaData.getDataCached().  IMediaData.getData() 
continues
with the old behavior for backwards compatibility reasons.

Original comment by art.cla...@gmail.com on 20 Jul 2009 at 11:38