OSDN Git Service

Merge functional code from get_word() and get_word_sep() into a single
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 21 Mar 2009 20:54:47 +0000 (20:54 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 21 Mar 2009 20:54:47 +0000 (20:54 +0000)
commit1ef36a7035e7eb3bd9a365bccf240fac29d19e62
tree3f75dda153018c6158afe95de596c0733ebe24dc
parent7e726132c23f4885c877189889c3f2171b1248de
Merge functional code from get_word() and get_word_sep() into a single
function, since they both do approximately the same thing. At the same time,
remove redir_isspace() altogether since code elsewhere (including
get_word_sep()) uses strchr() for the same purpose. See summary in "[PATCH]
rtsp.c small cleanups" thread.

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