Merge "Fix anonymous struct."
This commit is contained in:
committed by
Android (Google) Code Review
commit
009e51e654
@ -2,7 +2,7 @@
|
||||
|
||||
#define MAX_RADIUS 25
|
||||
|
||||
typedef struct {
|
||||
typedef struct FilterStruct_s {
|
||||
rs_allocation ain;
|
||||
|
||||
float *gaussian; //[MAX_RADIUS * 2 + 1];
|
||||
|
Reference in New Issue
Block a user