Remove useless "else" case in if X { A; return }; else { B }. See discussion
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 1 Sep 2008 13:51:24 +0000 (13:51 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 1 Sep 2008 13:51:24 +0000 (13:51 +0000)
commit5f86057ffd534abb42fada9f0abf88409f6b51d2
tree4fafbcf80f3ef4a2de6bfe96c51ed4e0dcaa67b1
parentd6bb9ebdc605d3e28b9224cea9ecad822233ba52
Remove useless "else" case in if X { A; return }; else { B }. See discussion
in "Realmedia patch" thread on mailinglist.

Originally committed as revision 15142 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c