[FFmpeg-devel] [HACK] Remove MAX_STREAMS usages

Aurelien Jacobs aurel
Tue Aug 10 00:57:24 CEST 2010


On Mon, Aug 09, 2010 at 06:12:19PM -0400, Ronald S. Bultje wrote:
> Hi,
> 
> On Mon, Aug 9, 2010 at 5:46 PM, Aurelien Jacobs <aurel at gnuage.org> wrote:
> > On Mon, Aug 09, 2010 at 11:23:20PM +0200, Reimar D?ffinger wrote:
> >> On Mon, Aug 09, 2010 at 10:45:32PM +0200, Aurelien Jacobs wrote:
> >> > @@ -1969,6 +1974,7 @@ static int rtsp_read_close(AVFormatContext *s)
> >> > ? ? ?ff_rtsp_close_streams(s);
> >> > ? ? ?ff_rtsp_close_connections(s);
> >> > ? ? ?ff_network_close();
> >> > + ? ?av_freep(&rt->real_setup_cache);
> >>
> >> Maybe also set the other one to NULL as well?
> >
> > This shouldn't be useful, but OK, for extra-safety.
> > Updated patch attached.
> 
> OK.

Applied.

Aurel



More information about the ffmpeg-devel mailing list