blob: 033ee6f4e4fc400efee1faf232f6f1d4b1347110 (
plain)
1
2
3
|
option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
option('disable_examples', type : 'boolean', value : false)
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|