csrc/wrapper.hpp
@@ -1,10 +1,6 @@ #ifndef _cffmpeg_wrapper_hpp_ #define _cffmpeg_wrapper_hpp_ extern "C"{ #include <libavcodec/avcodec.h> } #include <stdint.h> #include <string> @@ -16,11 +12,11 @@ #include "common/callback.hpp" namespace ffwrapper{ class FormatIn; class VideoProp; class CodedData; class VideoProp; } namespace cffmpeg_wrap{