summaryrefslogtreecommitdiff
path: root/ffserver_config.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-10-28 18:36:53 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-11-07 19:27:40 +0100
commitf67d22f0fd6bbb70949a939e282f78d13b36aaa3 (patch)
tree0e7017025533badab4736e113a36e42eab9270ef /ffserver_config.h
parent4c8d69e534f168fdf0358e2f409c6c3694eacd12 (diff)
ffserver: Throw ffm.h out its not used except for a constant that is part of the format
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffserver_config.h')
-rw-r--r--ffserver_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffserver_config.h b/ffserver_config.h
index 1b121946c1..0bd4cfc762 100644
--- a/ffserver_config.h
+++ b/ffserver_config.h
@@ -21,6 +21,8 @@
#ifndef FFSERVER_CONFIG_H
#define FFSERVER_CONFIG_H
+#define FFM_PACKET_SIZE 4096
+
#include "libavutil/dict.h"
#include "libavformat/avformat.h"
#include "libavformat/network.h"