FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
588 stars 104 forks source link

compilation error, simple fix #147

Closed myier closed 10 years ago

myier commented 10 years ago

Hi, there's a small error in MatroskaReader::Scan, it's not defined with the same signature in the .h and .cpp file. The return value should be int64_t or longlong in both files. Many thanks for fixing issue 102!