Re: [FFmpeg-devel] [PATCH] hwcontext_d3d11va: support bgr0 pixel format

2019-08-29 Thread Thomas Volkert
On 24.08.2019 20:12, Carl Eugen Hoyos wrote: > Am Do., 8. Aug. 2019 um 02:35 Uhr schrieb Thomas Volkert : >> From: Thomas Volkert >> >> --- >> libavutil/hwcontext_d3d11va.c | 7 --- >> 1 file changed, 4 insertions(+), 3 deletions(-) >> >> diff --git a/libavutil/hwcontext_d3d11va.c b/libavutil

Re: [FFmpeg-devel] [PATCH] hwcontext_d3d11va: support bgr0 pixel format

2019-08-24 Thread Carl Eugen Hoyos
Am Do., 8. Aug. 2019 um 02:35 Uhr schrieb Thomas Volkert : > > From: Thomas Volkert > > --- > libavutil/hwcontext_d3d11va.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/libavutil/hwcontext_d3d11va.c b/libavutil/hwcontext_d3d11va.c > index 6670c47579..0204407330

Re: [FFmpeg-devel] [PATCH] hwcontext_d3d11va: support bgr0 pixel format

2019-08-24 Thread Thomas Volkert
On 08.08.2019 02:30, Thomas Volkert wrote: > From: Thomas Volkert > > --- > libavutil/hwcontext_d3d11va.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/libavutil/hwcontext_d3d11va.c b/libavutil/hwcontext_d3d11va.c > index 6670c47579..0204407330 100644 > --- a/lib

[FFmpeg-devel] [PATCH] hwcontext_d3d11va: support bgr0 pixel format

2019-08-07 Thread Thomas Volkert
From: Thomas Volkert --- libavutil/hwcontext_d3d11va.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavutil/hwcontext_d3d11va.c b/libavutil/hwcontext_d3d11va.c index 6670c47579..0204407330 100644 --- a/libavutil/hwcontext_d3d11va.c +++ b/libavutil/hwcontext_d3d11v