diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-06-25 07:56:45 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-25 07:56:45 +0000 |
commit | 30619e6e597ad5dc9a6312278b8dc0d9f3c45e74 (patch) | |
tree | a03f446f85ec8ffb2fe2256e6d5cd6105a5e64c8 /libavformat/internal.h | |
parent | 50061b62349f46a2783d930086dda1a387de535d (diff) | |
download | ffmpeg-30619e6e597ad5dc9a6312278b8dc0d9f3c45e74.tar.gz |
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
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |