diff options
author | Art Clarke <aclarke@vlideshow.com> | 2010-01-08 03:43:48 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-08 03:43:48 +0000 |
commit | f2e77e4b1e9925f8676283c3fc8ccd23e99bb2a8 (patch) | |
tree | 79248885a4ecae365d4ab4b67c3f4817f1c1c92f | |
parent | b827f4eb47ef05152cedb20da58a9fe33ab47b85 (diff) | |
download | ffmpeg-f2e77e4b1e9925f8676283c3fc8ccd23e99bb2a8.tar.gz |
Improve avformat_version() doxy.
Patch by Art Clarke.
Originally committed as revision 21081 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avformat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index f13a09950a..5cae39ec24 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -36,7 +36,8 @@ #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) /** - * Returns the LIBAVFORMAT_VERSION_INT constant. + * I return the LIBAVFORMAT_VERSION_INT constant. You got + * a fucking problem with that, douchebag? */ unsigned avformat_version(void); |