diff internal.h @ 6175:0e737c9247fd libavformat

RTSP: Remove skip_spaces in favor of strspn Patch by Josh Allmann, joshua dot allmann at gmail
author mstorsjo
date Fri, 25 Jun 2010 07:56:45 +0000
parents 3877522243ec
children 4fc5e0e4e1cd
line wrap: on
line diff
--- a/internal.h	Fri Jun 25 04:29:02 2010 +0000
+++ b/internal.h	Fri Jun 25 07:56:45 2010 +0000
@@ -174,4 +174,6 @@
 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
                      AVFormatContext *src);
 
+#define SPACE_CHARS " \t\r\n"
+
 #endif /* AVFORMAT_INTERNAL_H */