Commit 7ecef5ed authored by Matt Oliver's avatar Matt Oliver

avfilter/hwupload_cuda: Add missing semicolon.

Signed-off-by: 's avatarMatt Oliver <protogonoi@gmail.com>
parent ad17b9d2
...@@ -195,7 +195,7 @@ static const AVOption cudaupload_options[] = { ...@@ -195,7 +195,7 @@ static const AVOption cudaupload_options[] = {
{ NULL }, { NULL },
}; };
AVFILTER_DEFINE_CLASS(cudaupload) AVFILTER_DEFINE_CLASS(cudaupload);
static const AVFilterPad cudaupload_inputs[] = { static const AVFilterPad cudaupload_inputs[] = {
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment