Re: [FFmpeg-devel] A patch for gdigrab function

2014-08-20 Thread Calvin Walton
On Tue, 2014-08-19 at 07:44 -0600, Roger Pack wrote: > OK I was able to reproduce the problem. > Patch looks good, see attached, FWIW. > Thanks! > -roger- I suppose this was probably my fault originally; it was my first time programming the win32 api. ;) Thanks for the fix. -- Calvin Walton

Re: [FFmpeg-devel] A patch for gdigrab function

2014-08-19 Thread Michael Niedermayer
On Tue, Aug 19, 2014 at 07:44:53AM -0600, Roger Pack wrote: > OK I was able to reproduce the problem. > Patch looks good, see attached, FWIW. > Thanks! > -roger- applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In a rich man's house there is no p

Re: [FFmpeg-devel] A patch for gdigrab function

2014-08-19 Thread Roger Pack
OK I was able to reproduce the problem. Patch looks good, see attached, FWIW. Thanks! -roger- On Sat, Aug 16, 2014 at 4:17 PM, Michael Niedermayer wrote: > On Fri, Aug 08, 2014 at 05:08:46PM +0800, hlszl1...@163.com wrote: > > hi, all > > > > I'm using gdigrab feature on windows, and found that

Re: [FFmpeg-devel] A patch for gdigrab function

2014-08-16 Thread Michael Niedermayer
On Fri, Aug 08, 2014 at 05:08:46PM +0800, hlszl1...@163.com wrote: > hi, all > > I'm using gdigrab feature on windows, and found that the count of gdi objects > owned by ffmpeg.exe increasing endlessly... > > Here is the patch, can someone commit it? > --

[FFmpeg-devel] A patch for gdigrab function

2014-08-08 Thread hlszl1...@163.com
hi, all I'm using gdigrab feature on windows, and found that the count of gdi objects owned by ffmpeg.exe increasing endlessly... Here is the patch, can someone commit it? -- diff --git a/libavdevice/gdigrab.c b/libavdevice/gdigrab.c index bccfef2..e