Re: [libav-devel] [PATCH 1/2] aac: Drop pointless cast

2016-11-12 Thread Luca Barbato
On 12/11/2016 09:49, Diego Biurrun wrote: > --- > libavcodec/aacpsy.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/aacpsy.c b/libavcodec/aacpsy.c > index 6cfae6b..272be9f 100644 > --- a/libavcodec/aacpsy.c > +++ b/libavcodec/aacpsy.c > @@ -300,7 +300,7 @@

[libav-devel] [PATCH 1/2] aac: Drop pointless cast

2016-11-12 Thread Diego Biurrun
--- libavcodec/aacpsy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aacpsy.c b/libavcodec/aacpsy.c index 6cfae6b..272be9f 100644 --- a/libavcodec/aacpsy.c +++ b/libavcodec/aacpsy.c @@ -300,7 +300,7 @@ static av_cold int psy_3gpp_init(FFPsyContext *ctx) {