aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoDecoderWMV.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'videocodec/OMXVideoDecoderWMV.cpp')
-rw-r--r--videocodec/OMXVideoDecoderWMV.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/videocodec/OMXVideoDecoderWMV.cpp b/videocodec/OMXVideoDecoderWMV.cpp
index 9f46957..78274f8 100644
--- a/videocodec/OMXVideoDecoderWMV.cpp
+++ b/videocodec/OMXVideoDecoderWMV.cpp
@@ -29,6 +29,7 @@ OMXVideoDecoderWMV::OMXVideoDecoderWMV() {
if (!mVideoDecoder) {
LOGE("createVideoDecoder failed for \"%s\"", WMV_MIME_TYPE);
}
+ mNativeBufferCount = OUTPORT_NATIVE_BUFFER_COUNT;
BuildHandlerList();
}