Re: [libav-devel] [PATCH 06/10] flashsv: Drop unused size parameter from flashsv2_prime()

2012-10-27 Thread Janne Grunau
On 2012-10-26 13:15:56 +0200, Diego Biurrun wrote: > --- > libavcodec/flashsv.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c > index a155bef..1d8cf0c 100644 > --- a/libavcodec/flashsv.c > +++ b/libavcodec/flashsv.

[libav-devel] [PATCH 06/10] flashsv: Drop unused size parameter from flashsv2_prime()

2012-10-26 Thread Diego Biurrun
--- libavcodec/flashsv.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index a155bef..1d8cf0c 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -121,8 +121,7 @@ static av_cold int flashsv_decode_init(AVCode