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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel