comparison opt.h @ 6034:72bb141d9c05 libavcodec

Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
author reimar
date Mon, 17 Dec 2007 17:41:24 +0000
parents 1d83e9c34641
children 9259af8a686b
comparison
equal deleted inserted replaced
6033:bd7600c7a061 6034:72bb141d9c05
35 FF_OPT_TYPE_INT64, 35 FF_OPT_TYPE_INT64,
36 FF_OPT_TYPE_DOUBLE, 36 FF_OPT_TYPE_DOUBLE,
37 FF_OPT_TYPE_FLOAT, 37 FF_OPT_TYPE_FLOAT,
38 FF_OPT_TYPE_STRING, 38 FF_OPT_TYPE_STRING,
39 FF_OPT_TYPE_RATIONAL, 39 FF_OPT_TYPE_RATIONAL,
40 FF_OPT_TYPE_BINARY, ///< offset must point to a pointer immediately followed by an int for the length
40 FF_OPT_TYPE_CONST=128, 41 FF_OPT_TYPE_CONST=128,
41 }; 42 };
42 43
43 /** 44 /**
44 * AVOption. 45 * AVOption.