diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-02-01 19:33:51 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-01 19:33:51 +0100 |
commit | 9430c232e87b3106ec2c16b52a5435a8258b98d0 (patch) | |
tree | b7e9c209173b24f4c53539efd33057d45820c063 /ffserver.c | |
parent | ec09230c9a11fbac602380614b35a51ad3a8dc3a (diff) | |
download | ffmpeg-9430c232e87b3106ec2c16b52a5435a8258b98d0.tar.gz |
ffserver: fix program reference
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffserver.c')
-rw-r--r-- | ffserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c index 79463c0e64..5531aacd2a 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" |