You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
lavfi/mandelbrot: reindent after 51bcd5cd
.
This commit is contained in:
@ -281,7 +281,6 @@ static void draw_mandelbrot(AVFilterContext *ctx, uint32_t *color, int linesize,
|
|||||||
continue;
|
continue;
|
||||||
if(!mb->morphamp){
|
if(!mb->morphamp){
|
||||||
if(interpol(mb, color, x, y, linesize)){
|
if(interpol(mb, color, x, y, linesize)){
|
||||||
//TODO: reindent
|
|
||||||
if(next_cidx < mb->cache_allocated){
|
if(next_cidx < mb->cache_allocated){
|
||||||
mb->next_cache[next_cidx ].p[0]= cr;
|
mb->next_cache[next_cidx ].p[0]= cr;
|
||||||
mb->next_cache[next_cidx ].p[1]= ci;
|
mb->next_cache[next_cidx ].p[1]= ci;
|
||||||
|
Reference in New Issue
Block a user