mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/hwupload_cuda: Add missing semicolon.
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
This commit is contained in:
parent
ad17b9d2d4
commit
7ecef5ed51
|
@ -195,7 +195,7 @@ static const AVOption cudaupload_options[] = {
|
|||
{ NULL },
|
||||
};
|
||||
|
||||
AVFILTER_DEFINE_CLASS(cudaupload)
|
||||
AVFILTER_DEFINE_CLASS(cudaupload);
|
||||
|
||||
static const AVFilterPad cudaupload_inputs[] = {
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue