comparison 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
comparison
equal deleted inserted replaced
6174:563496476a23 6175:0e737c9247fd
172 * @return the value av_write_frame returned 172 * @return the value av_write_frame returned
173 */ 173 */
174 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, 174 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
175 AVFormatContext *src); 175 AVFormatContext *src);
176 176
177 #define SPACE_CHARS " \t\r\n"
178
177 #endif /* AVFORMAT_INTERNAL_H */ 179 #endif /* AVFORMAT_INTERNAL_H */