diff 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
line wrap: on
line diff
--- a/opt.h	Mon Dec 17 10:41:47 2007 +0000
+++ b/opt.h	Mon Dec 17 17:41:24 2007 +0000
@@ -37,6 +37,7 @@
     FF_OPT_TYPE_FLOAT,
     FF_OPT_TYPE_STRING,
     FF_OPT_TYPE_RATIONAL,
+    FF_OPT_TYPE_BINARY,  ///< offset must point to a pointer immediately followed by an int for the length
     FF_OPT_TYPE_CONST=128,
 };