Merge change 860 into donut
* changes: Change 79 in git master branch
This commit is contained in:
@@ -11,8 +11,9 @@ LOCAL_SRC_FILES:= \
|
|||||||
android_media_ResampleInputStream.cpp
|
android_media_ResampleInputStream.cpp
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libopencoreplayer \
|
libopencore_player \
|
||||||
libopencoreauthor \
|
libopencore_author \
|
||||||
|
libomx_amrenc_sharedlibrary \
|
||||||
libandroid_runtime \
|
libandroid_runtime \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ static void android_media_AmrInputStream_GsmAmrEncoderInitialize
|
|||||||
encodeProps.iInNumChannels = 1;
|
encodeProps.iInNumChannels = 1;
|
||||||
encodeProps.iInInterleaveMode = TEncodeProperties::EINTERLEAVE_LR;
|
encodeProps.iInInterleaveMode = TEncodeProperties::EINTERLEAVE_LR;
|
||||||
encodeProps.iMode = CPvGsmAmrEncoder::GSM_AMR_12_2;
|
encodeProps.iMode = CPvGsmAmrEncoder::GSM_AMR_12_2;
|
||||||
encodeProps.iBitStreamFormatIf2 = false;
|
encodeProps.iBitStreamFormat = false;
|
||||||
encodeProps.iAudioObjectType = 0;
|
encodeProps.iAudioObjectType = 0;
|
||||||
encodeProps.iOutSamplingRate = encodeProps.iInSamplingRate;
|
encodeProps.iOutSamplingRate = encodeProps.iInSamplingRate;
|
||||||
encodeProps.iOutNumChannels = encodeProps.iInNumChannels;
|
encodeProps.iOutNumChannels = encodeProps.iInNumChannels;
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libutils \
|
libutils \
|
||||||
libvorbisidec \
|
libvorbisidec \
|
||||||
libsonivox \
|
libsonivox \
|
||||||
libopencoreplayer \
|
libopencore_player \
|
||||||
libopencoreauthor \
|
libopencore_author \
|
||||||
libmedia \
|
libmedia \
|
||||||
libandroid_runtime
|
libandroid_runtime
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user