Re: [FFmpeg-devel] [PATCH 1/4] dxva2: make ff_dxva2_get_surface() static and rename it

2017-01-05 Thread Hendrik Leppkes
On Fri, Jan 6, 2017 at 11:11 AM, Michael Niedermayer wrote: > On Fri, Jan 06, 2017 at 09:52:48AM +1100, Hendrik Leppkes wrote: >> On Fri, Jan 6, 2017 at 9:15 AM, Michael Niedermayer >> wrote: >> > On Wed, Jan 04, 2017 at 02:36:41PM +0100, Steve Lhomme wrote: >> >> --- >> >> libavcodec/dxva2.c

Re: [FFmpeg-devel] [PATCH 1/4] dxva2: make ff_dxva2_get_surface() static and rename it

2017-01-05 Thread Michael Niedermayer
On Fri, Jan 06, 2017 at 09:52:48AM +1100, Hendrik Leppkes wrote: > On Fri, Jan 6, 2017 at 9:15 AM, Michael Niedermayer > wrote: > > On Wed, Jan 04, 2017 at 02:36:41PM +0100, Steve Lhomme wrote: > >> --- > >> libavcodec/dxva2.c | 8 > >> libavcodec/dxva2_internal.h | 2 -- > >> 2

Re: [FFmpeg-devel] [PATCH 1/4] dxva2: make ff_dxva2_get_surface() static and rename it

2017-01-05 Thread Hendrik Leppkes
On Fri, Jan 6, 2017 at 9:15 AM, Michael Niedermayer wrote: > On Wed, Jan 04, 2017 at 02:36:41PM +0100, Steve Lhomme wrote: >> --- >> libavcodec/dxva2.c | 8 >> libavcodec/dxva2_internal.h | 2 -- >> 2 files changed, 4 insertions(+), 6 deletions(-) > > applied > > PS: it seems th

Re: [FFmpeg-devel] [PATCH 1/4] dxva2: make ff_dxva2_get_surface() static and rename it

2017-01-05 Thread Michael Niedermayer
On Wed, Jan 04, 2017 at 02:36:41PM +0100, Steve Lhomme wrote: > --- > libavcodec/dxva2.c | 8 > libavcodec/dxva2_internal.h | 2 -- > 2 files changed, 4 insertions(+), 6 deletions(-) applied PS: it seems this was posted over a month ago with no reviewes or comments, is some co-

[FFmpeg-devel] [PATCH 1/4] dxva2: make ff_dxva2_get_surface() static and rename it

2017-01-04 Thread Steve Lhomme
--- libavcodec/dxva2.c | 8 libavcodec/dxva2_internal.h | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c index 04a9c11..2ac3f3e 100644 --- a/libavcodec/dxva2.c +++ b/libavcodec/dxva2.c @@ -29,7 +29,7 @@ #include "avco

[FFmpeg-devel] [PATCH 1/4] dxva2: make ff_dxva2_get_surface() static

2016-12-01 Thread Steve Lhomme
From: Steve Lhomme --- libavcodec/dxva2.c | 2 +- libavcodec/dxva2_internal.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c index 04a9c11..a64b1b5 100644 --- a/libavcodec/dxva2.c +++ b/libavcodec/dxva2.c @@ -29,7 +29,7 @@