PDA

View Full Version : Problem with avcodec_find_encoder_by_name()



khssibi-sabri
May 13th, 2014, 09:59 PM
hi,
I have installed FFMPEG with opus codec. when i try this code:

pCodecEncoder = avcodec_find_encoder_by_name("libopus");
if (pCodecEncoder == NULL)
error("Codec libopus not found!");


I can't found the codec. How i can resolve this problem thank you