ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAMS cleanup.
authorMike Williams <mike@mikebwilliams.com>
Wed, 18 May 2011 15:03:10 +0000 (11:03 -0400)
committerReinhard Tartler <siretart@tauware.de>
Thu, 26 May 2011 10:57:59 +0000 (12:57 +0200)
commitdb3262b700092e4012ae7564aa29eba1624a398c
tree5c7a1df7bb098c02d67052c2dd36b20c2150fc82
parent2341c97e8d737876693fc1e0ecfe7f9f6d2b7c57
ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAMS cleanup.

Fixed another dereference in the RTSP code.

Removed a useless variable.

Changed an unnecessary looping assignment to a simple assignment suggested by
Maksym.

Added fixes and tweaks suggested by Maksym Veremeyenko [verem@m1stereo.tv] and
ClĂ©ment B.
ffmpeg.c
ffserver.c