[FFmpeg-devel] [HACK] Remove MAX_STREAMS usages

Ronald S. Bultje rsbultje
Tue Aug 10 00:12:19 CEST 2010


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.

Ronald



More information about the ffmpeg-devel mailing list