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 ..

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to