On Thu, Oct 13, 2011 at 1:59 AM, Benjamin Larsson <[email protected]> wrote: > > There is code to generate the WAVEFORMATEXTENSIBLE header. Reuse instead > of adding this. >
WAVEFORMATEXTENSIBLE is another addition on top of WAVEFORMATEX for an unrelated purpose. The issue here is WAVEFORMAT and WAVEFORMATEX, which differ only by the cbSize field on the end. ff_put_wav_header generates WAVEFORMAT (without that field) when possible, but these formats|decoders always want WAVEFORMATEX. - John _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
