[FFmpeg-devel] [PATCH 3/3] avfilter/scale_cuda: add CUDA scale filter

Timo Rothenpieler timo at rothenpieler.org
Sun May 14 18:36:58 EEST 2017


>> +    AV_PIX_FMT_P016
>> +};
>> +
>> +#define DIV_UP(a, b) ( ((a) + (b) - 1) / (b) )
> 
>> +#define ALIGN_UP(a, b) ((a + b -1) & ~(b-1))
> 
> this is missing () to protect the arguments


Fixed locally, will push this evening or tomorrow if no further comments 
show up.


More information about the ffmpeg-devel mailing list