diff --git a/ffserver.c b/ffserver.c index 79463c0e64981927c5a6025ea7751bde6fa77f88..5531aacd2aba877f3cf40fd36fe43d991981c77e 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"