Merge functional code from get_word() and get_word_sep() into a single
commit93aea025548ababb96d48631fda1cf5651e0fe8b
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 21 Mar 2009 20:54:47 +0000 (21 20:54 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 21 Mar 2009 20:54:47 +0000 (21 20:54 +0000)
tree2ef9fce3370ec870eccde8597afb8a998f3597d8
parent2e47e78ad8ab4b6e3aaecba02077f91d7ed71995
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18122 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/rtsp.c