Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-07-16 18:12:52 +0400
committerMartin Storsjö <martin@martin.st>2010-07-16 18:12:52 +0400
commit1537817e3863d372f869be30994b943793efeeb1 (patch)
tree354bc550f22e2cc14d64032d3e754e5c7bf964ec /libavformat/rtpdec_mpeg4.c
parenta5b588bcad5b377f002147e5521809be79db7513 (diff)
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
Diffstat (limited to 'libavformat/rtpdec_mpeg4.c')
-rw-r--r--libavformat/rtpdec_mpeg4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpdec_mpeg4.c b/libavformat/rtpdec_mpeg4.c
index d443b64454..9512752b8f 100644
--- a/libavformat/rtpdec_mpeg4.c
+++ b/libavformat/rtpdec_mpeg4.c
@@ -28,6 +28,7 @@
*/
#include "rtpdec_mpeg4.h"
+#include "internal.h"
#include "libavutil/avstring.h"
#include "libavcodec/get_bits.h"
#include <strings.h>