Re: [FFmpeg-devel] [PATCH] v210dec: Fix width calculation

2014-11-22 Thread Kieran Kunhya
On 22 November 2014 at 19:32, Reimar Döffinger wrote: > On Sat, Nov 22, 2014 at 07:11:57PM +, Kieran Kunhya wrote: >> --- >> libavcodec/v210dec.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c >> index ae03952..978dffe 1

Re: [FFmpeg-devel] [PATCH] v210dec: Fix width calculation

2014-11-22 Thread Reimar Döffinger
On Sat, Nov 22, 2014 at 07:11:57PM +, Kieran Kunhya wrote: > --- > libavcodec/v210dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c > index ae03952..978dffe 100644 > --- a/libavcodec/v210dec.c > +++ b/libavcodec/v210dec.

[FFmpeg-devel] [PATCH] v210dec: Fix width calculation

2014-11-22 Thread Kieran Kunhya
--- libavcodec/v210dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c index ae03952..978dffe 100644 --- a/libavcodec/v210dec.c +++ b/libavcodec/v210dec.c @@ -117,7 +117,7 @@ static int decode_frame(AVCodecContext *avctx, void *data