mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 863441 - Increment GetAmpleVideoFrames() to 3. r=doublec
This commit is contained in:
parent
69906d5894
commit
bd9bed909c
@ -21,7 +21,7 @@ protected:
|
||||
// OMXCodec will crash.
|
||||
// So we need few enough buffers in the queue that all buffers will be
|
||||
// returned before OMXCodec begins shutdown.
|
||||
uint32_t GetAmpleVideoFrames() { return 1; }
|
||||
uint32_t GetAmpleVideoFrames() { return 3; }
|
||||
};
|
||||
|
||||
} // namespace mozilla
|
||||
|
Loading…
x
Reference in New Issue
Block a user