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

Matt Oliver protogonoi at gmail.com
Thu Feb 25 03:05:21 CET 2016


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 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c
index 6f4176f..c22221c 100644
--- a/libavfilter/vf_hwupload_cuda.c
+++ b/libavfilter/vf_hwupload_cuda.c
@@ -195,7 +195,7 @@ static const AVOption cudaupload_options[] = {
     { NULL },
 };

-AVFILTER_DEFINE_CLASS(cudaupload)
+AVFILTER_DEFINE_CLASS(cudaupload);

 static const AVFilterPad cudaupload_inputs[] = {
     {
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfilter-hwupload_cuda-Add-missing-semicolon.patch
Type: application/octet-stream
Size: 726 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160225/c21f5fb7/attachment.obj>


More information about the ffmpeg-devel mailing list