diff options
author | Matt Oliver <protogonoi@gmail.com> | 2016-02-25 13:00:52 +1100 |
---|---|---|
committer | Matt Oliver <protogonoi@gmail.com> | 2016-02-25 15:52:01 +1100 |
commit | 7ecef5ed514e7068a843795bad64a5de5cd78b17 (patch) | |
tree | e3fe9a113a56e916a09c7db85267ca33c5b52847 /libavfilter/vf_hwupload_cuda.c | |
parent | ad17b9d2d47af5dfb7c380db9c5fc6d719dcf883 (diff) | |
download | ffmpeg-7ecef5ed514e7068a843795bad64a5de5cd78b17.tar.gz |
avfilter/hwupload_cuda: Add missing semicolon.
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
Diffstat (limited to 'libavfilter/vf_hwupload_cuda.c')
-rw-r--r-- | libavfilter/vf_hwupload_cuda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c index 6f4176f212..c22221c699 100644 --- a/libavfilter/vf_hwupload_cuda.c +++ b/libavfilter/vf_hwupload_cuda.c @@ -195,7 +195,7 @@ static const AVOption cudaupload_options[] = { { NULL }, }; -AVFILTER_DEFINE_CLASS(cudaupload) +AVFILTER_DEFINE_CLASS(cudaupload); static const AVFilterPad cudaupload_inputs[] = { { |