Skip to content

Commit

Permalink
Backed out changeset b52231787669 (bug 1863226) for causing mochitest…
Browse files Browse the repository at this point in the history
…-media failures, a=backout
  • Loading branch information
dsmithpadilla committed Nov 29, 2023
1 parent 7397e70 commit 36c908b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dom/media/wave/WaveDemuxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@
#include "BufferReader.h"
#include "VideoUtils.h"
#include "TimeUnits.h"
#include "mozilla/Logging.h"

using mozilla::media::TimeIntervals;
using mozilla::media::TimeUnit;

extern mozilla::LazyLogModule gMediaDemuxerLog;
namespace mozilla {

#define LOG(msg, ...) \
MOZ_LOG(gMediaDemuxerLog, LogLevel::Debug, msg, ##__VA_ARGS__)
// WAVDemuxer

WAVDemuxer::WAVDemuxer(MediaResource* aSource) : mSource(aSource) {
DDLINKCHILD("source", aSource);
Expand Down Expand Up @@ -165,8 +162,6 @@ bool WAVTrackDemuxer::Init() {
mInfo->mDuration = Duration();
mInfo->mChannelMap = mFmtChunk.ChannelMap();

LOG(("WavDemuxer initialized: %s", mInfo->ToString().get()));

return mInfo->mDuration.IsPositive();
}

Expand Down

0 comments on commit 36c908b

Please sign in to comment.