Bug 1673007 - Undef WMFAudioMFTManager's LOG macro at end of file. r=alwu

This stops the log leaking into other files during the unified build this is
desirable to avoid
- Other files relying on this log macro and then breaking when unified build
  boundaries shift.
- Other files getting this LOG definition unexpectedly and logging incorrectly
  and/or emitting warnings due to macro redefinitions.

Differential Revision: https://phabricator.services.mozilla.com/D94743
This commit is contained in:
Bryce Seager van Dyk 2020-10-30 13:33:28 +00:00
Родитель adcd1d58a5
Коммит 513b26f115
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -312,3 +312,5 @@ WMFAudioMFTManager::Output(int64_t aStreamOffset, RefPtr<MediaData>& aOutData) {
void WMFAudioMFTManager::Shutdown() { mDecoder = nullptr; } void WMFAudioMFTManager::Shutdown() { mDecoder = nullptr; }
} // namespace mozilla } // namespace mozilla
#undef LOG