#ifndef FFMPEGDECODER_H #define FFMPEGDECODER_H class FFmpegDecoder { public: FFmpegDecoder(); }; #endif // FFMPEGDECODER_H