FFmpeg API變化


可以查看doc目錄下的APIchanges和根目錄下的Changelog
去掉了ffserver程序
 
'avcodec_register_all' is deprecated
還有av_register_hwaccel av_hwaccel_next也棄用了
 
Deprecate use of avcodec_register(), avcodec_register_all(),
av_codec_next(), av_register_codec_parser(), and av_parser_next().
Add av_codec_iterate() and av_parser_iterate().
 
 
Deprecate use of av_register_input_format(), av_register_output_format(),
av_register_all(), av_iformat_next(), av_oformat_next().
Add av_demuxer_iterate(), and av_muxer_iterate().
 
 
Deprecate use of avfilter_register(), avfilter_register_all(),
avfilter_next(). Add av_filter_iterate().
 
然后看下doc/examples目錄下面的示例程序,可以發現不用調上面的注冊函數了
 
 
avfiltergraph.h 也沒有了,不用包含這個頭文件了


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM