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:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-23 04:46:57 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-01-23 04:46:57 +0400
commitb9db728a1fcd8fbf4d99c4c6aeeb2f9be43772e8 (patch)
tree5f886722cf00b10dcd31352136d1fb7168a2892d /libavformat/libavformat.v
parentfeb997577b66367a0c4269100888640699ee890d (diff)
libavformat/libavformat.v: fix application name in comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/libavformat.v')
-rw-r--r--libavformat/libavformat.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 99791fbf3e..718524e9c3 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -1,6 +1,6 @@
LIBAVFORMAT_$MAJOR {
global: av*;
- #FIXME those are for avserver
+ #FIXME those are for ffserver
ff_inet_aton;
ff_socket_nonblock;
ffm_set_write_index;