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:
authorMåns Rullgård <mans@mansr.com>2010-03-08 03:26:54 +0300
committerMåns Rullgård <mans@mansr.com>2010-03-08 03:26:54 +0300
commitffabdaa14a09bfdce0aa2fc84599bf732d72e44c (patch)
tree3d8afe5b347c73058c2485ce12b5241da1ad60c0 /ffserver.c
parent35eaadcba096cadefb9583c8dcf49e198a05ece0 (diff)
ffserver: remove bogus comment
Originally committed as revision 22303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index d7e4def6d4..e6b8034702 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -28,7 +28,6 @@
#include <string.h>
#include <strings.h>
#include <stdlib.h>
-/* avformat.h defines LIBAVFORMAT_BUILD, include it before all the other libav* headers which use it */
#include "libavformat/avformat.h"
#include "libavformat/network.h"
#include "libavformat/os_support.h"