You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
@@ -177,7 +177,7 @@ static int read_shape_from_file(int *cols, int *rows, int **values, const char *
|
||||
p++;
|
||||
break;
|
||||
} else
|
||||
(*values)[*cols*i + j] = !!isgraph(*(p++));
|
||||
(*values)[*cols*i + j] = !!av_isgraph(*(p++));
|
||||
}
|
||||
}
|
||||
av_file_unmap(buf, size);
|
||||
|
Reference in New Issue
Block a user