[FFmpeg-user] Which function calls libvorbis.c::oggvorbis_encode_frame()?

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Feb 19 20:23:30 CET 2012


Journeyer Jeonghum <journeyerhum <at> gmail.com> writes:

> Now I want to know which function calls oggvorbis_encode_frame().

avcodec_encode_audio2() in libavcodec/utils.c calls 
avctx->codec->encode() which points to oggvorbis_encode_frame().

Carl Eugen



More information about the ffmpeg-user mailing list