Re: [libav-devel] [PATCH 13/28] svq3: stop using H264Picture

2016-06-09 Thread Vittorio Giovara
On Thu, Jun 9, 2016 at 4:29 AM, Anton Khirnov wrote: > The SVQ3 decoder has been decoupled from the H.264 decoder, so it can > now use its own data type. > --- > libavcodec/svq3.c | 34 -- > 1 file changed, 24 insertions(+), 10 deletions(-)

Re: [libav-devel] [PATCH 13/28] svq3: stop using H264Picture

2016-06-09 Thread Luca Barbato
On 09/06/16 10:29, Anton Khirnov wrote: > The SVQ3 decoder has been decoupled from the H.264 decoder, so it can > now use its own data type. > --- > libavcodec/svq3.c | 34 -- > 1 file changed, 24 insertions(+), 10 deletions(-) > Sure

[libav-devel] [PATCH 13/28] svq3: stop using H264Picture

2016-06-09 Thread Anton Khirnov
The SVQ3 decoder has been decoupled from the H.264 decoder, so it can now use its own data type. --- libavcodec/svq3.c | 34 -- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index bf68389..aa85e7c 100644 ---