]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/opt.h
avcodec/h264: mmxext 4:2:2 chroma intra deblock/loop filter
[ffmpeg] / libavutil / opt.h
index 9430b989e92baacd043fb3c3e7484f5253937ded..0d893795deec9e3076167410878fe1da9573fb73 100644 (file)
@@ -228,6 +228,7 @@ enum AVOptionType{
     AV_OPT_TYPE_RATIONAL,
     AV_OPT_TYPE_BINARY,  ///< offset must point to a pointer immediately followed by an int for the length
     AV_OPT_TYPE_DICT,
+    AV_OPT_TYPE_UINT64,
     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'),