Hi there...

Where can I find some documentation on the data structure output by
avcodec_decode_audio ?

In particular, I'd like to know how 32 bits decoded audio is stored
(SAMPLE_FMT_S32).

avcodec_decode_audio write in an array of 16 bits (short int) ; how it
was decoding 32 bits audio.
Is it like:
val[16..31],val[0..15] ; does it follow the machine endianess etc...

Is there are documentation available describing the various storage option?

Thank
Jean-Yves
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to