简体   繁体   中英

What is the difference between av_register_all() vs avcodec_register_all() in ffmpeg c api?

I am a beginner to ffmpeg and libavcodec in c programming on a linux machine. I want to know the difference between these API's.

av_register_all registers absolutely everything - ie muxers, demuxers and protocols + it calls to avcodec_register_all . avcodec_register_all only registers codecs. Bare codecs are seldom useful as such.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM