You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/hwupload_cuda: Add missing semicolon.
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
This commit is contained in:
@@ -195,7 +195,7 @@ static const AVOption cudaupload_options[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
AVFILTER_DEFINE_CLASS(cudaupload)
|
||||
AVFILTER_DEFINE_CLASS(cudaupload);
|
||||
|
||||
static const AVFilterPad cudaupload_inputs[] = {
|
||||
{
|
||||
|
Reference in New Issue
Block a user