Bug 863441 - Increment GetAmpleVideoFrames() to 3. r=doublec

This commit is contained in:
Sotaro Ikeda 2013-05-07 10:53:42 -04:00
Родитель 69906d5894
Коммит bd9bed909c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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