Re: [libav-devel] [PATCH 8/8] theora: export cropping information instead of handling it internally

2017-01-03 Thread Vittorio Giovara
On Tue, Dec 27, 2016 at 7:31 PM, Anton Khirnov wrote: > --- > libavcodec/vp3.c | 23 +-- > 1 file changed, 9 insertions(+), 14 deletions(-) > > diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c > index 26374cc..cb8925b 100644 > --- a/libavcodec/vp3.c > +++

[libav-devel] [PATCH 8/8] theora: export cropping information instead of handling it internally

2016-12-27 Thread Anton Khirnov
--- libavcodec/vp3.c | 23 +-- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 26374cc..cb8925b 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -1983,6 +1983,7 @@ static int vp3_decode_frame(AVCodecContext