Diff between 0ea63051cd2efaf5345fdbb1b0746bc718c8cb9f and fafd7c20b1e48ef329eb0a9640cec6b14f3aabbf
Changed Files
| File | Additions | Deletions | Status |
| android/a2dp.c | +1 | -1 | modified |
Full Patch
diff --git a/android/a2dp.c b/android/a2dp.c
index b0cb9b5..7f16be8 100644
--- a/android/a2dp.c
+++ b/android/a2dp.c
@@ -310,7 +310,7 @@ static sdp_record_t *a2dp_record(void)
features = sdp_data_alloc(SDP_UINT16, &feat);
sdp_attr_add(record, SDP_ATTR_SUPPORTED_FEATURES, features);
- sdp_set_info_attr(record, "Audio Source", 0, 0);
+ sdp_set_info_attr(record, "Audio Source", NULL, NULL);
free(psm);
free(version);