X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=audio_encoder.h;fp=audio_encoder.h;h=93adbafce954d6188f3d5ca86770ff7dace53f6c;hp=7bdb02a3657d61675e3ea66354f58ea17e35015a;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8 diff --git a/audio_encoder.h b/audio_encoder.h index 7bdb02a..93adbaf 100644 --- a/audio_encoder.h +++ b/audio_encoder.h @@ -3,18 +3,21 @@ #ifndef _AUDIO_ENCODER_H #define _AUDIO_ENCODER_H 1 -#include +#include +#include #include #include extern "C" { #include +#include #include #include } #include "ffmpeg_raii.h" -#include "mux.h" + +class Mux; class AudioEncoder { public: