From 26b29c74c066e83f86e482d8a8ab8874ead9f13a Mon Sep 17 00:00:00 2001
From: Matt Oliver <protogonoi@gmail.com>
Date: Thu, 25 Feb 2016 13:00:52 +1100
Subject: [PATCH] avfilter/hwupload_cuda: Add missing semicolon.

---
 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[] = {
     {
-- 
2.5.3.windows.1

