added comment

This commit is contained in:
Martchus 2015-06-11 00:29:27 +02:00
parent 5ceb7891e5
commit 4256d2b403
1 changed files with 3 additions and 0 deletions

View File

@ -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: