Commit 1537817e authored by Martin Storsjö's avatar Martin Storsjö

Move SPACE_CHARS back to libavformat/internal.h

It will be used by other parts of lavf now. This reverts svn rev 23846.

Originally committed as revision 24265 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a5b588bc
...@@ -167,4 +167,6 @@ int ff_get_v_length(uint64_t val); ...@@ -167,4 +167,6 @@ int ff_get_v_length(uint64_t val);
*/ */
void ff_put_v(ByteIOContext *bc, uint64_t val); void ff_put_v(ByteIOContext *bc, uint64_t val);
#define SPACE_CHARS " \t\r\n"
#endif /* AVFORMAT_INTERNAL_H */ #endif /* AVFORMAT_INTERNAL_H */
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#include "avformat.h" #include "avformat.h"
#include "rtp.h" #include "rtp.h"
#define SPACE_CHARS " \t\r\n"
typedef struct PayloadContext PayloadContext; typedef struct PayloadContext PayloadContext;
typedef struct RTPDynamicProtocolHandler_s RTPDynamicProtocolHandler; typedef struct RTPDynamicProtocolHandler_s RTPDynamicProtocolHandler;
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
*/ */
#include "rtpdec_mpeg4.h" #include "rtpdec_mpeg4.h"
#include "internal.h"
#include "libavutil/avstring.h" #include "libavutil/avstring.h"
#include "libavcodec/get_bits.h" #include "libavcodec/get_bits.h"
#include <strings.h> #include <strings.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment