Occurs in main branch, not in previously released versions.
from av.dictionary import Dictionary
options = Dictionary({"quality": "95"})
dict(options)
Would cause ValueError: dictionary update sequence element #0 has length 7; 2 is required
Practically, this would cause error here:
|
self.options = dict(options) |