mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 962385 - Minor GCC compilation fix.
This commit is contained in:
parent
1ec9adfc3b
commit
81f27e5b75
@ -340,7 +340,7 @@ MP4Reader::Decode(TrackType aTrack)
|
||||
(data.mNumSamplesInput - data.mNumSamplesOutput) < data.mDecodeAhead)) {
|
||||
data.mMonitor.AssertCurrentThreadOwns();
|
||||
data.mMonitor.Unlock();
|
||||
nsAutoPtr<MP4Sample> compressed = PopSample(aTrack);
|
||||
nsAutoPtr<MP4Sample> compressed(PopSample(aTrack));
|
||||
if (!compressed) {
|
||||
// EOS, or error. Let the state machine know there are no more
|
||||
// frames coming.
|
||||
|
Loading…
Reference in New Issue
Block a user