summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-02-15 00:14:01 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-02-15 00:14:01 +0000
commitd8cf5aea499eebddac8f554430ee8d029430eb0b (patch)
tree518f245d69f715f5ce11316ecac74ca9de06bc0d /ffserver.c
parent332105e44668743a187e0c4173b6a5f42918702f (diff)
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7
Originally committed as revision 299 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffserver.c b/ffserver.c
index 36d0977dc1..d2d74796c9 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -36,6 +36,7 @@
#include <ctype.h>
#include <signal.h>
+#include "bswap.h" // needed for the bitstream writer in common.h which is included in avformat.h
#include "avformat.h"
/* maximum number of simultaneous HTTP connections */