Bug 989944: Increase decode timestamp map to handle delayed decode on 8x10 r=jesup

This commit is contained in:
Randell Jesup 2014-07-03 12:46:28 -04:00
parent 364c22cb5b
commit 5b5bb47836

View File

@ -22,7 +22,7 @@ namespace webrtc
class VCMReceiveCallback; class VCMReceiveCallback;
enum { kDecoderFrameMemoryLength = 10 }; enum { kDecoderFrameMemoryLength = 30 };
struct VCMFrameInformation struct VCMFrameInformation
{ {