avutil/pixdesc: support for self-checking the descriptors

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-04-16 14:16:03 +02:00
parent 1314f534e5
commit 20e99a9c10
3 changed files with 29 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include "avutil.h"
#include "avassert.h"
#include "samplefmt.h"
#include "pixdesc.h"
/**
* @file
@@ -40,6 +41,8 @@ unsigned avutil_version(void)
abort();
}
ff_check_pixfmt_descriptors();
return LIBAVUTIL_VERSION_INT;
}