Re: [FFmpeg-devel] [PATCH] lavfi/framequeue: avoid empty structs.

2016-12-20 Thread Nicolas George
Le decadi 30 frimaire, an CCXXV, Matt Oliver a écrit : > tested and it fixes the issue. LGTM. Thanks for testing, pushed. Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] lavfi/framequeue: avoid empty structs.

2016-12-19 Thread Matt Oliver
On 19 December 2016 at 18:58, Nicolas George wrote: > Le nonidi 29 frimaire, an CCXXV, Nicolas George a écrit : > > Fix compilation on MSVC. > > Forgot to write in the comment beore sending: this is obviously > untested. > tested and it fixes the issue. LGTM.

Re: [FFmpeg-devel] [PATCH] lavfi/framequeue: avoid empty structs.

2016-12-18 Thread Nicolas George
Le nonidi 29 frimaire, an CCXXV, Nicolas George a écrit : > Fix compilation on MSVC. Forgot to write in the comment beore sending: this is obviously untested. Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-devel

[FFmpeg-devel] [PATCH] lavfi/framequeue: avoid empty structs.

2016-12-18 Thread Nicolas George
Fix compilation on MSVC. Signed-off-by: Nicolas George --- libavfilter/framequeue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/framequeue.h b/libavfilter/framequeue.h index 558ea3..f5ef744638 100644 --- a/libavfilter/framequeue.h +++ b/libavfilter/framequeue.h @@ -44,6 +