Skip to content

Commit 114e6f8

Browse files
committed
Fix ffmpeg build error: initializer element is not constant
Signed-off-by: Anand Bodas <anand.v.bodas@intel.com>
1 parent 1f9c623 commit 114e6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/RaisrDefaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#pragma once
99

10-
static const int defaultPatchSize = 11;
10+
#define defaultPatchSize (11)
1111
static const unsigned int defaultPatchAreaSize = defaultPatchSize * defaultPatchSize;
1212

1313
typedef struct VideoDataType

0 commit comments

Comments
 (0)