opt: add AV_OPT_TYPE_PIXEL_FMT.

This commit is contained in:
Nicolas George 2012-06-05 12:32:19 +02:00
parent 9f7b014ad3
commit d9b0d75c56
2 changed files with 21 additions and 0 deletions

View file

@ -226,6 +226,7 @@ enum AVOptionType{
AV_OPT_TYPE_BINARY, ///< offset must point to a pointer immediately followed by an int for the length
AV_OPT_TYPE_CONST = 128,
AV_OPT_TYPE_IMAGE_SIZE = MKBETAG('S','I','Z','E'), ///< offset must point to two consecutive integers
AV_OPT_TYPE_PIXEL_FMT = MKBETAG('P','F','M','T'),
#if FF_API_OLD_AVOPTIONS
FF_OPT_TYPE_FLAGS = 0,
FF_OPT_TYPE_INT,