Skip to content

Commit 68222f0

Browse files
Add defaults to booleans
1 parent f53f75b commit 68222f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opus_codec_registration.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
[EnforceRange] unsigned long long frameDuration = 20000;
135135
[EnforceRange] unsigned long complexity;
136136
[EnforceRange] unsigned long packetlossperc;
137-
boolean useinbandfec;
138-
boolean usedtx;
137+
boolean useinbandfec = false;
138+
boolean usedtx = false;
139139
};
140140
</xmp>
141141
</pre>

0 commit comments

Comments
 (0)