You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
mandelbrot: add SQR() macro
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "libavutil/parseutils.h"
|
||||
|
||||
#define SQR(a) ((a)*(a))
|
||||
|
||||
enum Outer{
|
||||
ITERATION_COUNT,
|
||||
NORMALIZED_ITERATION_COUNT,
|
||||
|
Reference in New Issue
Block a user