git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad17b9d
)
avfilter/hwupload_cuda: Add missing semicolon.
author
Matt Oliver
<protogonoi@gmail.com>
Thu, 25 Feb 2016 02:00:52 +0000
(13:00 +1100)
committer
Matt Oliver
<protogonoi@gmail.com>
Thu, 25 Feb 2016 04:52:01 +0000
(15:52 +1100)
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
libavfilter/vf_hwupload_cuda.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_hwupload_cuda.c
b/libavfilter/vf_hwupload_cuda.c
index
6f4176f
..
c22221c
100644
(file)
--- 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[] = {
{