diff --git a/hch/CVideoHandler.h b/hch/CVideoHandler.h index de9bef3e0..d7d12b7b6 100644 --- a/hch/CVideoHandler.h +++ b/hch/CVideoHandler.h @@ -244,11 +244,7 @@ public: #else -#ifdef _WIN32 #include -#else -#include -#endif typedef struct AVFormatContext AVFormatContext; typedef struct AVCodecContext AVCodecContext; @@ -284,7 +280,6 @@ public: const char *data; // video buffer int length; // video size unsigned int offset; // current data offset - }; #endif