rtsp: Remove a leftover, currently pointless check
authorDmitry Volyntsev <xeioexception@gmail.com>
Wed, 18 Jan 2012 09:54:16 +0000 (13:54 +0400)
committerMartin Storsjö <martin@martin.st>
Sat, 21 Jan 2012 23:10:00 +0000 (01:10 +0200)
commitbc495bad3d8cbae71c82142906f7d36baf25a848
tree9d91fe1e304c26ac26610a57a24236fc4c40e351
parentad7beb2cac1563e87171a4d044a6d526527d81d9
rtsp: Remove a leftover, currently pointless check

This check isn't relevant in the way the code currently works.

Also change a case of if (x == 0) into if (!x).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.c