]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_native_rtp.c: Minor code cleanups. 78/4678/1
authorRichard Mudgett <rmudgett@digium.com>
Fri, 23 Dec 2016 18:11:02 +0000 (12:11 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 23 Dec 2016 20:11:16 +0000 (14:11 -0600)
commit25f2e8b8f770cbe66dee19d16b35ca7dd4b25b9f
tree48f3828135a8b118c34a5c8b9be544d660d9bc0b
parentbf23a46c752ad5a27f2392abd254a179413a6db6
bridge_native_rtp.c: Minor code cleanups.

In native_rtp_bridge_compatible_check()

* Made one variable declaration per line.

* Extracted if test assignment to make the test easier to see.

* Made long if tests easier to see the combinatorial logic.

* Added bridge id to a couple debug messages.

Change-Id: I65bc5732aa7c9a2537f062f106fbea711cf2daad
bridges/bridge_native_rtp.c