Merge "AudioFormat: java-native conversion for xHE-AAC" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
56055c0bb4
@@ -78,7 +78,7 @@ static inline audio_format_t audioFormatToNative(int audioFormat)
|
||||
case ENCODING_AAC_ELD:
|
||||
return AUDIO_FORMAT_AAC_ELD;
|
||||
case ENCODING_AAC_XHE:
|
||||
return AUDIO_FORMAT_AAC; // FIXME temporary value, needs addition of xHE-AAC
|
||||
return AUDIO_FORMAT_AAC_XHE;
|
||||
case ENCODING_AC4:
|
||||
return AUDIO_FORMAT_AC4;
|
||||
case ENCODING_E_AC3_JOC:
|
||||
|
||||
Reference in New Issue
Block a user