From 4256d2b40309f38cd6ca92e567d493ab251d2065 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 11 Jun 2015 00:29:27 +0200 Subject: [PATCH] added comment --- avi/mediafourcc.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/avi/mediafourcc.cpp b/avi/mediafourcc.cpp index e8cc820..66534e5 100644 --- a/avi/mediafourcc.cpp +++ b/avi/mediafourcc.cpp @@ -6,6 +6,9 @@ namespace Media { namespace Fourccs { +/*! + * \brief Returns the media format for the specified \a fourcc. + */ MediaFormat fourccToMediaFormat(uint32 fourcc) { switch(fourcc) { case XvidMpeg4: