#include "AudioDecoder.h" extern "C" { #include "libavcodec/avcodec.h" } AudioDecoder::AudioDecoder(const AVCodec *codec) { } void AudioDecoder::push(const std::shared_ptr &packet) { }