Searched refs:output_codec (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscode_aac.c129 AVCodec *output_codec = NULL; local
160 if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) {
166 if (!(stream = avformat_new_stream(*output_format_context, output_codec))) {
193 if ((error = avcodec_open2(*output_codec_context, output_codec, NULL)) < 0) {

Completed in 102 milliseconds