]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/opt.h
ffprobe: refactor frames decoding.
[ffmpeg] / libavutil / opt.h
index dc0dfa791e5ffc872932ae1483bfb8bac1735f9e..b947814768096945fe4903ac855bd874263b04f6 100644 (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,