<div dir="ltr">Got it. Thanks</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-13 19:00 GMT+08:00 wm4 <span dir="ltr"><<a href="mailto:nfxjfg@googlemail.com" target="_blank">nfxjfg@googlemail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Wed, 13 Aug 2014 11:06:32 +0800<br>
Xiaofei Yang <<a href="mailto:yxf0605@gmail.com">yxf0605@gmail.com</a>> wrote:<br>
<br>
> Hi, guys:<br>
><br>
> I'm using SwrContext in my project, when I compile it using gcc, it<br>
> complains<br>
><br>
><br>
> dereferencing pointer to incomplete type<br>
><br>
</div>> av_rescale_rnd(src_nb_samples, *swr_ctx->out_sample_rate*,<br>
<div class="">> swr_ctx->in_sample_rate, AV_ROUND_UP);<br>
><br>
> I have include "libswresample/swresample.h"<br>
><br>
> Does anyone know how to fix it?<br>
><br>
> Many thanks<br>
<br>
</div>The contents of SwrContext are private to libswsresample (and AFAIK<br>
always were). Rewrite your code, it's not a huge change to fix it.<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>
</blockquote></div><br></div>