From 30619e6e597ad5dc9a6312278b8dc0d9f3c45e74 Mon Sep 17 00:00:00 2001 From: Josh Allmann Date: Fri, 25 Jun 2010 07:56:45 +0000 Subject: 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 --- libavformat/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index 4489ffe9fe..8a164bde73 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -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 */ -- cgit v1.2.3