On Fri, Sep 28, 2012 at 7:29 AM, Maksym Veremeyenko <[email protected]> wrote: > > Hi, > > during enumerating self->audio_codec or other arrays that has limit > MAX_AUDIO_STREAMS it is possible to access out of index range. attached > patch fix that behavior.
thank you > NB > i noticed that current value of MAX_AUDIO_STREAMS is 10. that mean that it > will be unable to access audio track with index 11 or more. so i would > suggest to increase MAX_AUDIO_STREAMS value up to 32 or bigger I guess that since you discovered you have this problem you actually have some files with more than 10 tracks! OK, I will increase it to 32 - seems like a substantial number without being excessive. -- +-DRD-+ ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
