georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
843 stars 108 forks source link

Minor issues with transcode filter compilation #21

Closed al42and closed 9 years ago

al42and commented 9 years ago

Hi,

I've encountered a couple of minor issues when compiling recent version of vid.stab transcode plugin, the linking one and the one related to chage in vsSimpleMotionsToTransform function signature change in c12e30d6e81e63c0f4c5cddc391f217b80a18825.

larsen0815 commented 9 years ago

+1 This fixes the compilation problem:

[  3%] Building C object CMakeFiles/filter_deshake.dir/filter_deshake.c.o
/home/jondoe/vid.stab/transcode/filter_deshake.c: In function ‘deshake_filter_video’:
/home/jondoe/vid.stab/transcode/filter_deshake.c:313:12: error: incompatible type for argument 1 of ‘vsSimpleMotionsToTransform’
   motion = vsSimpleMotionsToTransform(td, &localmotions);