FFMS / ffms2

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

indexing: Add an index version #254

Closed dwbuiten closed 8 years ago

dwbuiten commented 8 years ago

This can be useful for extracting information, when you don't actually intend to decode anything.

It is written after the FFMS2 version, and the minor FFMS2 version is bumped, so that any ffindex files with the new format won't accidentally be opened with an older FFMS2.

Signed-off-by: Derek Buitenhuis derek.buitenhuis@gmail.com

tgoyne commented 8 years ago

This should bump bump and not minor (minor is actually the release version, micro is for API additions, and bump is for index file invalidation).

dwbuiten commented 8 years ago

OK. I wasn't exactly sure of the scheme.