Commit f67d22f0 authored by Michael Niedermayer's avatar Michael Niedermayer

ffserver: Throw ffm.h out its not used except for a constant that is part of the format

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 4c8d69e5
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <stdio.h> #include <stdio.h>
#include "libavformat/avformat.h" #include "libavformat/avformat.h"
/* FIXME: those are internal headers, ffserver _really_ shouldn't use them */ /* FIXME: those are internal headers, ffserver _really_ shouldn't use them */
#include "libavformat/ffm.h"
#include "libavformat/rtpproto.h" #include "libavformat/rtpproto.h"
#include "libavformat/rtsp.h" #include "libavformat/rtsp.h"
#include "libavformat/avio_internal.h" #include "libavformat/avio_internal.h"
......
...@@ -25,9 +25,6 @@ ...@@ -25,9 +25,6 @@
#include "libavutil/pixdesc.h" #include "libavutil/pixdesc.h"
#include "libavutil/avassert.h" #include "libavutil/avassert.h"
// FIXME those are internal headers, ffserver _really_ shouldn't use them
#include "libavformat/ffm.h"
#include "cmdutils.h" #include "cmdutils.h"
#include "ffserver_config.h" #include "ffserver_config.h"
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#ifndef FFSERVER_CONFIG_H #ifndef FFSERVER_CONFIG_H
#define FFSERVER_CONFIG_H #define FFSERVER_CONFIG_H
#define FFM_PACKET_SIZE 4096
#include "libavutil/dict.h" #include "libavutil/dict.h"
#include "libavformat/avformat.h" #include "libavformat/avformat.h"
#include "libavformat/network.h" #include "libavformat/network.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