<div dir="ltr">Pass a 0 filled AVFrame buffer....</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 10, 2014 at 4:23 PM, Joshua Kordani <span dir="ltr"><<a href="mailto:jkordani@lsa2.com" target="_blank">jkordani@lsa2.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#CCCCCC" text="#000000"><div class="">
On 3/10/14 12:09 PM, Jason Blum wrote:<br>
<blockquote type="cite">
<div dir="ltr">
<div>Thanks for the quick reply.</div>
<div><br>
</div>
> Run again with unstripped libavcodec and post backtrace<br>
> or valgrind output here.<br>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">
Would I compile the unstripped libavcodec by changing the make
file, removing the "-s" and then re-running make? Are there
other optimization flags that I should turn off?</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">I'll do this ASAP, but it won't be
until the evening :/</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">Thanks,</div>
<div class="gmail_extra">Jason</div>
<div class="gmail_extra">
<br>
</div>
<br>
</div>
</blockquote></div>
You would rerun the configure call with the --disable-stripping flag
and --enable-debug. with --enable-debug, the --help flag indicates
that it accepts an =level, where level is simply text? appended to
the -g flag passed to the assembler and compiler. so
--enable-debug=gdb would create a compiler flag of -ggdb, if you
needed to specify whatever it is that this specifies. I don't know
if you need to leave it blank for -g, or remove the = sign, or if -g
is default.<br>
<br>
If you want to reuse your old configure line, do a head of
config.mak, and that will give you the last configure line that was
run, so you can copy paste and add the new flags and go from there.<span class="HOEnZb"><font color="#888888"><br>
<pre cols="72">--
Joshua Kordani
LSA Autonomy</pre>
</font></span></div>
<br>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br></div>