Implement AVOptions support · Issue #27 · JuliaIO/VideoIO...
AVOptions is meant to be a version-independent method for getting and setting options in ffmpeg/libav structs. It works kind of like a dictionary. This would make solutions like #26 much nicer, in that they could properly call library fu...