RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
FFmpegfind_stream_info变量

  代码搜索

10年积累的成都网站设计、成都做网站经验,可以快速应对客户对网站的新想法和需求。提供各种问题对应的解决方案。让选择我们的客户得到更好、更有力的网络服务。我虽然不认识你,你也不认识我。但先网站设计制作后付款的网站建设流程,更有叶县免费网站建设让你可以放心的选择与我们合作。

  D:\test\source\FFmpeg\fftools\ffplay.c(356):static int find_stream_info = 1;
  D:\test\source\FFmpeg\fftools\ffplay.c(2801):    if (find_stream_info) {
  D:\test\source\FFmpeg\fftools\ffplay.c(2802):        AVDictionary **opts = setup_find_stream_info_opts(ic, codec_opts);
  D:\test\source\FFmpeg\fftools\ffplay.c(2805):        err = avformat_find_stream_info(ic, opts);
  D:\test\source\FFmpeg\fftools\ffplay.c(3617):    { "find_stream_info", OPT_BOOL | OPT_INPUT | OPT_EXPERT, { &find_stream_info },

ffplay.c代码中会判断find_stream_info如果为真,就会调用avformat_find_stream_info探测码流格式,该变量在static const OptionDef options[]定义如下   

 { "find_stream_info", OPT_BOOL | OPT_INPUT | OPT_EXPERT, { &find_stream_info },
        "read and decode the streams to fill missing information with heuristics" },


标题名称:FFmpegfind_stream_info变量
转载注明:http://scyingshan.cn/article/ghcghg.html