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>2011-12-08 23:07:32 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-12-08 23:21:28 +0400
commitfab97adb668b341376b77b9e28709e54afb4fa51 (patch)
tree01286bd6854e59c748c1df37cf5e1de81bcf77fd /doc/faq.texi
parenta4bf093e7b758aefdbf54aa01527e673906d0a85 (diff)
docs: Minor project name cleanup
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index dccde2d6f7..88d8b37553 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -451,7 +451,7 @@ See @url{http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html#faq-32.3}
@section I'm using libavutil from within my C++ application but the compiler complains about 'UINT64_C' was not declared in this scope
-Libav is a pure C project using C99 math features, in order to enable C++
+FFmpeg is a pure C project using C99 math features, in order to enable C++
to use them you have to append -D__STDC_CONSTANT_MACROS to your CXXFLAGS
@section I have a file in memory / a API different from *open/*read/ libc how do I use it with libavformat?