diff options
Diffstat (limited to 'media')
| -rw-r--r-- | media/libstagefright/codecs/on2/dec/SoftVPX.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/codecs/on2/dec/SoftVPX.cpp b/media/libstagefright/codecs/on2/dec/SoftVPX.cpp index 7e83163..61a02ac 100644 --- a/media/libstagefright/codecs/on2/dec/SoftVPX.cpp +++ b/media/libstagefright/codecs/on2/dec/SoftVPX.cpp @@ -66,7 +66,7 @@ void SoftVPX::initPorts() {      def.eDir = OMX_DirInput;      def.nBufferCountMin = kNumBuffers;      def.nBufferCountActual = def.nBufferCountMin; -    def.nBufferSize = 8192; +    def.nBufferSize = 256 * 1024;      def.bEnabled = OMX_TRUE;      def.bPopulated = OMX_FALSE;      def.eDomain = OMX_PortDomainVideo;  | 
