RTSP: Remove skip_spaces in favor of strspn

Patch by Josh Allmann, joshua dot allmann at gmail

Originally committed as revision 23768 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Josh Allmann
2010-06-25 07:56:45 +00:00
committed by Martin Storsjö
parent 50061b6234
commit 30619e6e59
2 changed files with 14 additions and 25 deletions

View File

@@ -174,4 +174,6 @@ void ff_sdp_write_media(char *buff, int size, AVCodecContext *c,
int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
AVFormatContext *src);
#define SPACE_CHARS " \t\r\n"
#endif /* AVFORMAT_INTERNAL_H */