You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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 },
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
AVFILTER_DEFINE_CLASS(cudaupload)
|
AVFILTER_DEFINE_CLASS(cudaupload);
|
||||||
|
|
||||||
static const AVFilterPad cudaupload_inputs[] = {
|
static const AVFilterPad cudaupload_inputs[] = {
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user