mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
mandelbrot: add SQR() macro
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e555119c73
commit
41fd1b2d5a
@ -30,6 +30,8 @@
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "libavutil/parseutils.h"
|
||||
|
||||
#define SQR(a) ((a)*(a))
|
||||
|
||||
enum Outer{
|
||||
ITERATION_COUNT,
|
||||
NORMALIZED_ITERATION_COUNT,
|
||||
|
Loading…
Reference in New Issue
Block a user