• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

FFmpeg 的AVCodecContext结构体

武飞扬头像
Geek.Fan
帮助6

        AVCodecContext 是FFmpeg使用过程中比较重要的结构体,该结构体位于avcodec.h文件中,AVCodecContext 结构表示程序运行的当前 Codec 使用的上下文,记录了所有 Codec 共有的属性(并且是在程序运行时才能确定其值)和关联其他结构的字段。不管是编码,还是解码都会用到,但在两种不同的应用场景中,结构体中部分字段的作用和说明并不一致,在使用的时候要特别注意。

完整AVCodecContext代码如下:

  1.  
    /*
  2.  
    * copyright (c) 2001 Fabrice Bellard
  3.  
    *
  4.  
    * This file is part of FFmpeg.
  5.  
    *
  6.  
    * FFmpeg is free software; you can redistribute it and/or
  7.  
    * modify it under the terms of the GNU Lesser General Public
  8.  
    * License as published by the Free Software Foundation; either
  9.  
    * version 2.1 of the License, or (at your option) any later version.
  10.  
    *
  11.  
    * FFmpeg is distributed in the hope that it will be useful,
  12.  
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14.  
    * Lesser General Public License for more details.
  15.  
    *
  16.  
    * You should have received a copy of the GNU Lesser General Public
  17.  
    * License
学新通

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /boutique/detail/tanhfhbaif
系列文章
更多 icon
同类精品
更多 icon
继续加载