Re: [libav-devel] [PATCH 08/11] qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DECODE_Init

2016-06-25 Thread Vittorio Giovara
On Sat, Jun 25, 2016 at 10:27 AM, Anton Khirnov wrote: > Stop duplicating this information. > --- > libavcodec/qsvdec.c | 15 ++- > libavcodec/qsvdec.h | 1 + > 2 files changed, 7 insertions(+), 9 deletions(-) probably ok -- Vittorio

[libav-devel] [PATCH 08/11] qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DECODE_Init

2016-06-25 Thread Anton Khirnov
Stop duplicating this information. --- libavcodec/qsvdec.c | 15 ++- libavcodec/qsvdec.h | 1 + 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/libavcodec/qsvdec.c b/libavcodec/qsvdec.c index 2b01d34..02d5e28 100644 --- a/libavcodec/qsvdec.c +++ b/libavcodec/qsvdec.c