avfilter/hwupload_cuda: Add missing semicolon.

Signed-off-by: Matt Oliver <protogonoi@gmail.com>
pull/180/head
Matt Oliver 9 years ago
parent ad17b9d2d4
commit 7ecef5ed51
  1. 2
      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[] = {
{

Loading…
Cancel
Save