Revision 8b114d85
libavformat/internal.h | ||
---|---|---|
157 | 157 |
int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, |
158 | 158 |
AVFormatContext *src); |
159 | 159 |
|
160 |
#define SPACE_CHARS " \t\r\n" |
|
161 |
|
|
162 | 160 |
#endif /* AVFORMAT_INTERNAL_H */ |
libavformat/rtpdec.h | ||
---|---|---|
26 | 26 |
#include "avformat.h" |
27 | 27 |
#include "rtp.h" |
28 | 28 |
|
29 |
#define SPACE_CHARS " \t\r\n" |
|
30 |
|
|
29 | 31 |
typedef struct PayloadContext PayloadContext; |
30 | 32 |
typedef struct RTPDynamicProtocolHandler_s RTPDynamicProtocolHandler; |
31 | 33 |
|
libavformat/rtpdec_mpeg4.c | ||
---|---|---|
28 | 28 |
*/ |
29 | 29 |
|
30 | 30 |
#include "rtpdec_mpeg4.h" |
31 |
#include "internal.h" |
|
32 | 31 |
#include "libavutil/avstring.h" |
33 | 32 |
#include "libavcodec/get_bits.h" |
34 | 33 |
#include <strings.h> |
Also available in: Unified diff