author | Paul Adenot <paul@paul.cx> |
Wed, 05 Sep 2012 12:26:20 -0700 | |
changeset 104353 | 81b3c65bc17ab3a8c68b16b6b53db9890a0654ee |
parent 104352 | aacd56bc4f44f1fcff3d322f809e507e06267bf4 |
child 104354 | 1f990752e27cc68c659eb370c41f6de6e461f524 |
push id | 23417 |
push user | ryanvm@gmail.com |
push date | Thu, 06 Sep 2012 02:27:31 +0000 |
treeherder | mozilla-central@501f4e46a88c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | peterv |
bugs | 567077 |
milestone | 18.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/components/mediasniffer/nsMediaSniffer.cpp +++ b/toolkit/components/mediasniffer/nsMediaSniffer.cpp @@ -13,17 +13,16 @@ #include "nsIClassInfoImpl.h" // The minimum number of bytes that are needed to attempt to sniff an mp4 file. static const unsigned MP4_MIN_BYTES_COUNT = 12; // The maximum number of bytes to consider when attempting to sniff a file. static const PRUint32 MAX_BYTES_SNIFFED = 512; -NS_IMPL_CLASSINFO(nsMediaSniffer, NULL, 0, NS_MEDIA_SNIFFER_CID) NS_IMPL_ISUPPORTS1(nsMediaSniffer, nsIContentSniffer) nsMediaSniffer::nsMediaSnifferEntry nsMediaSniffer::sSnifferEntries[] = { // The string OggS, followed by the null byte. PATTERN_ENTRY("\xFF\xFF\xFF\xFF\xFF", "OggS", APPLICATION_OGG), // The string RIFF, followed by four bytes, followed by the string WAVE PATTERN_ENTRY("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF", "RIFF\x00\x00\x00\x00WAVE", AUDIO_WAV), // WebM