comparison internal.h @ 6186:83978c1b9739 libavformat

rtpdec: Move space_chars from avformat/internal to rtpdec Patch by Josh Allmann, joshua dot allmann at gmail
author mstorsjo
date Mon, 28 Jun 2010 11:21:34 +0000
parents 4fc5e0e4e1cd
children fa244b4fe683
comparison
equal deleted inserted replaced
6185:52bff8f1701f 6186:83978c1b9739
155 * @return the value av_write_frame returned 155 * @return the value av_write_frame returned
156 */ 156 */
157 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, 157 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
158 AVFormatContext *src); 158 AVFormatContext *src);
159 159
160 #define SPACE_CHARS " \t\r\n"
161
162 #endif /* AVFORMAT_INTERNAL_H */ 160 #endif /* AVFORMAT_INTERNAL_H */