in lavsubtitleconsumer.h
line 80:
private:
ISubRenderProvider *m_pProvider = nullptr;
ISubRenderFrame *m_SubtitleFrame = nullptr;
CAMEvent m_evFrame{FALSE};
SwsContext *m_pSwsContext = nullptr;
LAVPixelFormat m_PixFmt = LAVPixFmt_None;
LAVSubtitleConsumerContext context;
CLAVVideo *m_pLAVVideo = nullptr;
};
.....so many files
like this, codes initialize variables not using constructor.
but my visual studio can't compile this.
i need to compile this.
how can i do this?
Original issue reported on code.google.com by yil...@gmail.com on 10 Mar 2015 at 2:02
Original issue reported on code.google.com by
yil...@gmail.com
on 10 Mar 2015 at 2:02