Re: [libav-devel] [PATCH 2/2] tta: avoid undefined shifts

2016-11-23 Thread Luca Barbato
On 23/11/2016 13:02, Anton Khirnov wrote: > --- > libavcodec/tta.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/tta.c b/libavcodec/tta.c > index 2ac8255..5532580 100644 > --- a/libavcodec/tta.c > +++ b/libavcodec/tta.c > @@ -360,7 +360,7 @@ static int

[libav-devel] [PATCH 2/2] tta: avoid undefined shifts

2016-11-23 Thread Anton Khirnov
--- libavcodec/tta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 2ac8255..5532580 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -360,7 +360,7 @@ static int tta_decode_frame(AVCodecContext *avctx, void *data, }