diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-05-19 17:39:50 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-19 18:28:25 +0200 |
commit | 7ed0a77ff4d19eb77671ce786ef515e5ffb1496e (patch) | |
tree | d0717a56511b7c6a564030f64316420b7d29f81a | |
parent | 0b5e44ed2922f2abe0de9670d099666ca3622a69 (diff) | |
download | ffmpeg-7ed0a77ff4d19eb77671ce786ef515e5ffb1496e.tar.gz |
Remove silly insults from avformat_version() Doxygen documentation.
-rw-r--r-- | libavformat/avformat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index aca246d95a..3d4cc68f89 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -23,8 +23,7 @@ /** - * I return the LIBAVFORMAT_VERSION_INT constant. You got - * a fucking problem with that, douchebag? + * Return the LIBAVFORMAT_VERSION_INT constant. */ unsigned avformat_version(void); |