From 7ecef5ed514e7068a843795bad64a5de5cd78b17 Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Thu, 25 Feb 2016 13:00:52 +1100 Subject: [PATCH] avfilter/hwupload_cuda: Add missing semicolon. Signed-off-by: Matt Oliver --- 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 6f4176f212..c22221c699 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[] = { {