//Get the Class for Context. func AvformatGetClass() *Class { return (*Class)(C.avformat_get_class()) }
//const AVClass * avformat_get_class (void) //Get the AVClass for AVFormatContext. func Avformat_get_class() *AVClass { return (*AVClass)(C.avformat_get_class()) }