FfmpegVersion constructor

const FfmpegVersion(
  1. int major,
  2. int minor
)

Creates a version from its parsed major and minor components.

Implementation

const FfmpegVersion(this.major, this.minor);