Re: [FFmpeg-devel] [PATCH] avfilter/hwupload_cuda: Add missing semicolon.

2016-02-24 Thread James Almer
On 2/24/2016 11:05 PM, Matt Oliver wrote: > This is a really simple patch as apparently when the cuda hwcontext filter > was added a semicolon was forgotten. > > For such simple patches as this is it worth even posting to the mailing > list or just directly applying it straight away? Trivial

[FFmpeg-devel] [PATCH] avfilter/hwupload_cuda: Add missing semicolon.

2016-02-24 Thread Matt Oliver
This is a really simple patch as apparently when the cuda hwcontext filter was added a semicolon was forgotten. For such simple patches as this is it worth even posting to the mailing list or just directly applying it straight away? --- libavfilter/vf_hwupload_cuda.c | 2 +- 1 file changed, 1