Bug 973710 - Fix compile errors for pedantic SOB compilers and WAE. r=bustage

This commit is contained in:
Chris Pearce 2014-07-17 10:47:50 +12:00
parent 70c1ecdffe
commit 7011a7cce8

View File

@ -39,6 +39,7 @@ namespace mozilla {
// Uncomment to enable verbose per-sample logging.
//#define LOG_SAMPLE_DECODE 1
#ifdef PR_LOGGING
static const char*
TrackTypeToStr(TrackType aTrack)
{
@ -52,6 +53,7 @@ TrackTypeToStr(TrackType aTrack)
return "Unknown";
}
}
#endif
class MP4Stream : public Stream {
public: