зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1273945
- Move MonoAudio from gfxPrefs to MediaPrefs r=jya
MozReview-Commit-ID: HyA1NEpAY2d --HG-- extra : rebase_source : 5f5458ddcd7e77060297bedcc2c08efcfdbcc38e
This commit is contained in:
Родитель
bdd00e6e97
Коммит
3222abeaab
|
@ -11,7 +11,7 @@
|
||||||
#include "AbstractMediaDecoder.h"
|
#include "AbstractMediaDecoder.h"
|
||||||
#include "AudioChannelService.h"
|
#include "AudioChannelService.h"
|
||||||
#include "MediaStreamSource.h"
|
#include "MediaStreamSource.h"
|
||||||
#include "gfxPrefs.h"
|
#include "MediaPrefs.h"
|
||||||
|
|
||||||
#ifdef MOZ_AUDIO_OFFLOAD
|
#ifdef MOZ_AUDIO_OFFLOAD
|
||||||
#include <stagefright/Utils.h>
|
#include <stagefright/Utils.h>
|
||||||
|
@ -35,7 +35,7 @@ MediaOmxCommonReader::MediaOmxCommonReader(AbstractMediaDecoder *aDecoder)
|
||||||
|
|
||||||
bool MediaOmxCommonReader::IsMonoAudioEnabled()
|
bool MediaOmxCommonReader::IsMonoAudioEnabled()
|
||||||
{
|
{
|
||||||
return gfxPrefs::MonoAudio();
|
return MediaPrefs::MonoAudio();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef MOZ_AUDIO_OFFLOAD
|
#ifdef MOZ_AUDIO_OFFLOAD
|
||||||
|
|
Загрузка…
Ссылка в новой задаче