diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-23 01:46:57 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-23 01:46:57 +0100 |
commit | b9db728a1fcd8fbf4d99c4c6aeeb2f9be43772e8 (patch) | |
tree | 5f886722cf00b10dcd31352136d1fb7168a2892d | |
parent | feb997577b66367a0c4269100888640699ee890d (diff) | |
download | ffmpeg-b9db728a1fcd8fbf4d99c4c6aeeb2f9be43772e8.tar.gz |
libavformat/libavformat.v: fix application name in comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/libavformat.v | 2 |
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; |