[FFmpeg-cvslog] ffserver: fix program reference
Michael Niedermayer
git at videolan.org
Thu Feb 2 01:22:57 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Feb 1 19:33:51 2012 +0100| [9430c232e87b3106ec2c16b52a5435a8258b98d0] | committer: Michael Niedermayer
ffserver: fix program reference
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9430c232e87b3106ec2c16b52a5435a8258b98d0
---
ffserver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ffserver.c b/ffserver.c
index 79463c0..5531aac 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -30,7 +30,7 @@
#include <string.h>
#include <stdlib.h>
#include "libavformat/avformat.h"
-// FIXME those are internal headers, avserver _really_ shouldn't use them
+// FIXME those are internal headers, ffserver _really_ shouldn't use them
#include "libavformat/ffm.h"
#include "libavformat/network.h"
#include "libavformat/os_support.h"
More information about the ffmpeg-cvslog
mailing list