From 7ed0a77ff4d19eb77671ce786ef515e5ffb1496e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 19 May 2011 17:39:50 +0200 Subject: [PATCH] Remove silly insults from avformat_version() Doxygen documentation. --- libavformat/avformat.h | 3 +-- 1 file changed, 1 insertion(+), 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);