#pragma once

namespace av {

/**
 * Init all subsustems needed by avcpp. Must be call before any other functionality
 */
void init();

} // ::av

