hal: Fix error in log message
- Fix a compilation error in verbose log message Change-Id: I2a977f1af7fd568372988f30c5b51b45619f65c3
This commit is contained in:
parent
ac022ed60a
commit
31d09d7b00
|
@ -1779,7 +1779,7 @@ uint32_t platform_get_compress_offload_buffer_size(audio_offload_info_t* info)
|
|||
if (info != NULL && info->has_video && info->is_streaming) {
|
||||
fragment_size = COMPRESS_OFFLOAD_FRAGMENT_SIZE_FOR_AV_STREAMING;
|
||||
ALOGV("%s: offload fragment size reduced for AV streaming to %d",
|
||||
__func__, out->compr_config.fragment_size);
|
||||
__func__, fragment_size);
|
||||
}
|
||||
|
||||
fragment_size = ALIGN( fragment_size, 1024);
|
||||
|
|
Loading…
Reference in New Issue