On Thu, 20 Mar 2014 11:38:28 -0000, Diego Biurrun <[email protected]> wrote:
On Wed, Mar 19, 2014 at 07:43:49PM -0000, Ben Avison wrote:
>>--- a/libavcodec/mlpdsp.c
>>+++ b/libavcodec/mlpdsp.c
>>@@ -89,10 +89,46 @@ void ff_mlp_rematrix_channel(int32_t *samples,
>>+    int32_t *data_32 = (int32_t *)data;
>>+    int16_t *data_16 = (int16_t *)data;
>pointless void* casts

Fair enough, those were cut-and-pastes from their original location.

Which location?  I'll change them ..

Those (and the lines a bit further down the same function where you
objected to the formatting) were moved from rematrix_channels() in
mlpdec.c. My patch series already deletes the offenders from their
original position. :)

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

Reply via email to