Re: [libav-devel] [PATCH] hevcdec: add P010 support for D3D11VA

2017-01-09 Thread Anton Khirnov
Quoting Steve Lhomme (2017-01-04 09:39:31) > Given it's the same API than DVXA2 I don't know why the same output was not > enabled for both. > --- > libavcodec/hevcdec.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c >

[libav-devel] [PATCH] hevcdec: add P010 support for D3D11VA

2017-01-04 Thread Steve Lhomme
Given it's the same API than DVXA2 I don't know why the same output was not enabled for both. --- libavcodec/hevcdec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 8326690..700b5f0 100644 --- a/libavcodec/hevcdec.c +++