mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
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
Block a user