FFMS / ffms2

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

Wrong function definition of DestroyIndex in ffms2-api.md #430

Closed ArturAlekseev closed 4 months ago

ArturAlekseev commented 5 months ago

FFMS_DestroyIndex - deallocates an index object void FFMS_DestroyFFMS_Index(FFMS_Index *Index);

should be void FFMS_DestroyIndex(FFMS_Index *Index);