1. audio decode, codec not found while using latest API but work well with old ones.
c = avcodec_alloc_context3(codec); <---------------------------new api but not work for APE/WMA with error info:codec not found c = pFormatCtx->streams[i]->codec; <---------------------------warning but work 2. if there is somebody could help to get all the PCM decode from dolby trueHD, thanks.. Best regards Power Pan
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
