2012/11/30 Christophe Gisquet <[email protected]>: > Moved to a macro. This was mimicking apedec codec. > > If the patches are declared ok, someone should check the neon code.
All samples (stereo, 44100Hz) I have (found on samples.mplayerhq, provided or self-encoded) seem to only use orders 16 and 64. It seems any other channel count or samplerate requires 24bits, currently not supported by the decoder. Another possibility would be then to not modify scalarproduct_and_madd16, and have the wma decoder instead request a sample if it ever encounters one where the order is neither 16 nor 64. -- Christophe _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
