OSDN Git Service

RTSP: Don't store the connection handles in local variables
authorJosh Allmann <joshua.allmann@gmail.com>
Sat, 19 Jun 2010 21:36:13 +0000 (21:36 +0000)
committerMartin Storsjö <martin@martin.st>
Sat, 19 Jun 2010 21:36:13 +0000 (21:36 +0000)
commit00e4a1f4e29f645b1a5bcf334953100e406bbcc7
tree250a3c2017da27593c080b38d2a99760f9cc47d9
parenta20639017bfca0490bb1799575714f22bf470b4f
RTSP: Don't store the connection handles in local variables

This removes some useless copying of handles, and simplifies error handling.

Patch by Josh Allmann, joshua dot allmann at gmail

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