Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

FFmpeg find_stream_info variable

2025-04-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Code search

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}

The ffplay.c code determines that if find_stream_info is true, it invokes the avformat_find_stream_info probe stream format, which is defined in static const OptionDef options [] as follows

{"find_stream_info", OPT_BOOL | OPT_INPUT | OPT_EXPERT, {& find_stream_info}

"read and decode the streams to fill missing information with heuristics"}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report