[Belatedly changing out of digest mode - hope this doesn't screw up
people's threading too much...]

--- a/libavcodec/mlpdec.c
+++ b/libavcodec/mlpdec.c
--- a/libavcodec/mlpdsp.c
+++ b/libavcodec/mlpdsp.c
@@ -57,9 +57,42 @@ static void mlp_filter_channel(int32_t *state, const int32_t 
*coeff,

+void ff_mlp_rematrix_channel(int32_t *samples,
This is not used outside of the file, so it should be a static function
and not have a ff_ prefix.

It is called from outside the file: from arm/mlpdsp_arm.S line 663. It's
used as a fallback for rare cases that aren't handled by the assembly.

Ben
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to