зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1014393 - Use undef-after-def pattern in MediaRecorder and related files. r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D37700 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
0ccdec0df1
Коммит
466372ade8
|
@ -3038,3 +3038,5 @@ void MediaFormatReader::OnFirstDemuxFailed(TrackInfo::TrackType aType,
|
|||
} // namespace mozilla
|
||||
|
||||
#undef NS_DispatchToMainThread
|
||||
#undef LOGV
|
||||
#undef LOG
|
||||
|
|
|
@ -172,10 +172,6 @@ class nsMainThreadPtrHolder<
|
|||
|
||||
namespace mozilla {
|
||||
|
||||
#ifdef LOG
|
||||
# undef LOG
|
||||
#endif
|
||||
|
||||
LazyLogModule gMediaManagerLog("MediaManager");
|
||||
#define LOG(...) MOZ_LOG(gMediaManagerLog, LogLevel::Debug, (__VA_ARGS__))
|
||||
|
||||
|
@ -4619,4 +4615,6 @@ void GetUserMediaWindowListener::NotifyChrome() {
|
|||
}));
|
||||
}
|
||||
|
||||
#undef LOG
|
||||
|
||||
} // namespace mozilla
|
||||
|
|
|
@ -40,10 +40,6 @@
|
|||
#include "nsProxyRelease.h"
|
||||
#include "nsTArray.h"
|
||||
|
||||
#ifdef LOG
|
||||
# undef LOG
|
||||
#endif
|
||||
|
||||
mozilla::LazyLogModule gMediaRecorderLog("MediaRecorder");
|
||||
#define LOG(type, msg) MOZ_LOG(gMediaRecorderLog, type, msg)
|
||||
|
||||
|
@ -1643,3 +1639,5 @@ StaticRefPtr<MediaRecorderReporter> MediaRecorderReporter::sUniqueInstance;
|
|||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
|
||||
#undef LOG
|
||||
|
|
|
@ -39,10 +39,6 @@
|
|||
# include "WebMWriter.h"
|
||||
#endif
|
||||
|
||||
#ifdef LOG
|
||||
# undef LOG
|
||||
#endif
|
||||
|
||||
mozilla::LazyLogModule gMediaEncoderLog("MediaEncoder");
|
||||
#define LOG(type, msg) MOZ_LOG(gMediaEncoderLog, type, msg)
|
||||
|
||||
|
@ -1038,3 +1034,5 @@ void MediaEncoder::SetVideoKeyFrameInterval(int32_t aVideoKeyFrameInterval) {
|
|||
}
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
#undef LOG
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include <opus/opus.h>
|
||||
|
||||
#undef LOG
|
||||
#define LOG(args, ...)
|
||||
|
||||
namespace mozilla {
|
||||
|
@ -434,3 +433,5 @@ nsresult OpusTrackEncoder::GetEncodedTrack(
|
|||
}
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
#undef LOG
|
||||
|
|
|
@ -763,3 +763,5 @@ void VideoTrackEncoder::SetKeyFrameInterval(int32_t aKeyFrameInterval) {
|
|||
}
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
#undef TRACK_LOG
|
||||
|
|
|
@ -570,3 +570,5 @@ nsresult VP8TrackEncoder::GetEncodedTrack(
|
|||
}
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
#undef VP8LOG
|
||||
|
|
|
@ -1675,4 +1675,6 @@ bool SkeletonState::DecodeHeader(OggPacketPtr aPacket) {
|
|||
return true;
|
||||
}
|
||||
|
||||
#undef LOG
|
||||
|
||||
} // namespace mozilla
|
||||
|
|
|
@ -1893,5 +1893,5 @@ nsresult OggDemuxer::SeekBisection(TrackInfo::TrackType aType, int64_t aTarget,
|
|||
}
|
||||
|
||||
#undef OGG_DEBUG
|
||||
#undef SEEK_DEBUG
|
||||
#undef SEEK_LOG
|
||||
} // namespace mozilla
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "prtime.h"
|
||||
#include "GeckoProfiler.h"
|
||||
|
||||
#undef LOG
|
||||
#define LOG(args, ...)
|
||||
|
||||
namespace mozilla {
|
||||
|
@ -195,3 +194,5 @@ nsresult OggWriter::SetMetadata(
|
|||
}
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
#undef LOG
|
||||
|
|
|
@ -212,4 +212,6 @@ bool OpusParser::IsValidMapping2ChannelsCount(uint8_t aChannels) {
|
|||
return val == valInt || valInt * valInt + 2 == aChannels;
|
||||
}
|
||||
|
||||
#undef OPUS_LOG
|
||||
|
||||
} // namespace mozilla
|
||||
|
|
|
@ -1259,6 +1259,6 @@ int64_t WebMTrackDemuxer::GetEvictionOffset(const TimeUnit& aTime) {
|
|||
|
||||
return offset;
|
||||
}
|
||||
} // namespace mozilla
|
||||
|
||||
#undef WEBM_DEBUG
|
||||
} // namespace mozilla
|
||||
|
|
Загрузка…
Ссылка в новой задаче