[Libav-user] Converting audio sample buffer format

Brad O'Hearne brado at bighillsoftware.com
Mon Feb 25 20:11:23 CET 2013


On Feb 25, 2013, at 10:43 AM, René J.V. Bertin <rjvbertin at gmail.com> wrote:

> No need for that, as noted above. All you need to do is drag the FFmpeg folder (the source folder, not your build directory) into your project and make sure the code is not added to any of your projects. Xcode will index the code, and its gdb interface will use that information to give you access to the source code for the library functions.
> NB: gcc and clang accept -g with -O{,1,2,3,s}.

Ok, I must not have everything completely right, as I still can't step into the code, but pulling the source code in apparently added a little more info to the stack trace (I actually think I must need to recompile the linked libraries to add debug symbols in order to step into the code -- don't think I did that the first time around). 

However, the little nugget of info this dished out on next run might be enough to give a foothold to find the problem. It appears that the offending line that is crashing is a call to

swri_realloc_audio

inside of 

swr_convert.

I've attached a small image that shows this part of the stack trace in Xcode. Does that spark any theories by the FFmpeg gurus out there?

Brad

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130225/db9df21f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2013-02-25 at 12.03.33 PM.png
Type: image/png
Size: 9840 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130225/db9df21f/attachment.png>


More information about the Libav-user mailing list