ysh1101 / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

how can i compile this code? #519

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
LAV requires Visual Studio 2013.

Original comment by h.lepp...@gmail.com on 10 Mar 2015 at 10:04