Hi,
I came across request_channel_layout in AVCodecContext. Looks like we can
force the FFmpeg decoder to output the channel data in the way it's coded
in the original compressed stream.
However, it looks like this option is valid only for DolbyE and AAC.
Although, better than nothing, I just wanted to cross check whether it is
safe to use since I see the corresponding code enclosed with "#if
FF_API_OLD_CHANNEL_LAYOUT".

My requirement is to get decoded data in the coded channel order for ac3,
eac3 codecs as well. Please let me know if there is a way to do the same.

Thanks,
Rohit Khali
_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to