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

Timo Rothenpieler timo at rothenpieler.org
Mon May 15 12:48:09 EEST 2017


Am 14.05.2017 um 17:36 schrieb Timo Rothenpieler:
>>> +    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.

series applied


More information about the ffmpeg-devel mailing list