avfilter/hwupload_cuda: Add missing semicolon.

Signed-off-by: Matt Oliver <protogonoi@gmail.com>
This commit is contained in:
Matt Oliver 2016-02-25 13:00:52 +11:00
parent ad17b9d2d4
commit 7ecef5ed51

View File

@ -195,7 +195,7 @@ static const AVOption cudaupload_options[] = {
{ NULL },
};
AVFILTER_DEFINE_CLASS(cudaupload)
AVFILTER_DEFINE_CLASS(cudaupload);
static const AVFilterPad cudaupload_inputs[] = {
{