ffmpeg | branch: master | Matt Oliver <protogo...@gmail.com> | Thu Feb 25 13:00:52 2016 +1100| [7ecef5ed514e7068a843795bad64a5de5cd78b17] | committer: Matt Oliver
avfilter/hwupload_cuda: Add missing semicolon. Signed-off-by: Matt Oliver <protogo...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ecef5ed514e7068a843795bad64a5de5cd78b17 --- libavfilter/vf_hwupload_cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c index 6f4176f..c22221c 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[] = { { _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog