[FFmpeg-devel] Thirdparty audio codec integration
Suresh Kumar
vskumar19 at gmail.com
Tue Apr 5 15:21:12 CEST 2016
Hello,
Currently i am integrating third party PCM decoder,where the input of the
decoder function should be s16/s24 and output will be of float type.
In Init function, i have updated,avctx->bits_per_raw_sample = 32 and
in decode_frame function, i have updated the AVFrame->format
to AV_SAMPLE_FMT_FLT.
But it is not working. Is there any other parameter/flags need to update so
that i should get output as float using ffmpeg?
Please let me know if you need further info.
Regards,
Suresh.
More information about the ffmpeg-devel
mailing list