<p dir="ltr">So it's freed in avcodec_free_context() its been freed there in all versions of libav and ffmpeg that have that function. It's also freed in the current version of VLC compat but not older versions. </p>
<p dir="ltr">See <a href="http://git.videolan.org/?p=vlc.git;a=commitdiff;h=a9ac943471c67fb3416f21246e389decda12cc38">http://git.videolan.org/?p=vlc.git;a=commitdiff;h=a9ac943471c67fb3416f21246e389decda12cc38</a> for a the relevant compat change.</p>
<div class="gmail_quote">On Feb 8, 2015 12:18 AM, "Jean-Baptiste Kempf" <<a href="mailto:jb@videolan.org">jb@videolan.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 07 Feb, Alex Converse wrote :<br>
> ---<br>
>  modules/codec/avcodec/audio.c | 1 -<br>
>  1 file changed, 1 deletion(-)<br>
><br>
> diff --git a/modules/codec/avcodec/audio.c b/modules/codec/avcodec/audio.c<br>
> index a37f1cf..514f76d 100644<br>
> --- a/modules/codec/avcodec/audio.c<br>
> +++ b/modules/codec/avcodec/audio.c<br>
> @@ -261,7 +261,6 @@ int InitAudioDec( decoder_t *p_dec, AVCodecContext *p_context,<br>
>      /* ***** Open the codec ***** */<br>
>      if( OpenAudioCodec( p_dec ) < 0 )<br>
>      {<br>
> -        av_free( p_context->extradata );<br>
>          free( p_sys );<br>
>          return VLC_EGENERIC;<br>
>      }<br>
<br>
I have a hard time seeing where the extradata is, in fact, freed.<br>
<br>
And I guess we have the same issue with subtitle part.<br>
<br>
With my kindest regards,<br>
<br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - <a href="tel:%2B33%20672%20704%20734" value="+33672704734">+33 672 704 734</a><br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div>