Browse Source

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>
tags/n3.3
Michael Niedermayer 8 years ago
parent
commit
f67d22f0fd
3 changed files with 2 additions and 4 deletions
  1. +0
    -1
      ffserver.c
  2. +0
    -3
      ffserver_config.c
  3. +2
    -0
      ffserver_config.h

+ 0
- 1
ffserver.c View File

@@ -32,7 +32,6 @@
#include <stdio.h>
#include "libavformat/avformat.h"
/* FIXME: those are internal headers, ffserver _really_ shouldn't use them */
#include "libavformat/ffm.h"
#include "libavformat/rtpproto.h"
#include "libavformat/rtsp.h"
#include "libavformat/avio_internal.h"


+ 0
- 3
ffserver_config.c View File

@@ -25,9 +25,6 @@
#include "libavutil/pixdesc.h"
#include "libavutil/avassert.h"

// FIXME those are internal headers, ffserver _really_ shouldn't use them
#include "libavformat/ffm.h"

#include "cmdutils.h"
#include "ffserver_config.h"



+ 2
- 0
ffserver_config.h View File

@@ -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"


Loading…
Cancel
Save