复杂度估算 2014-11-30 17:01 采纳率: 0%
浏览 2162

请问 这里的version bumps一般指的什么意思

New fields can be added to the end with minor version bumps.
请问 这里的version bumps一般指的什么意思

  • 写回答

3条回答 默认 最新

  • 复杂度估算 2014-11-30 17:04
    关注

    /**

    • Format I/O context.
    • New fields can be added to the end with minor version bumps.
    • Removal, reordering and changes to existing fields require a major
    • version bump.
    • sizeof(AVFormatContext) must not be used outside libav*, use
    • avformat_alloc_context() to create an AVFormatContext. */

    这是从ffmpeg里关于AVFormatContext的注释中看到的。3Q。

    评论
编辑
预览

报告相同问题?