summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-03-04 23:18:43 -0800
committerJames Dong <jdong@google.com>2010-03-04 23:21:18 -0800
commit0ab8f382de3a40f66d24b83b5c088100fe834d37 (patch)
tree2dd15083bd69ac6b07af8ec1b6869bb69be0ebf9
parent46cb881a056f8cda94b7a1e3e264860e33308bde (diff)
downloadomap3-0ab8f382de3a40f66d24b83b5c088100fe834d37.tar.gz
Remove unnecessary assignment for mNumberOfFramesToHold
The base class switch to use 1 already for mNumberOfFramesToHold bug - 2478420
-rw-r--r--libopencorehw/android_surface_output_omap34xx.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/libopencorehw/android_surface_output_omap34xx.cpp b/libopencorehw/android_surface_output_omap34xx.cpp
index 8431a41..8708411 100644
--- a/libopencorehw/android_surface_output_omap34xx.cpp
+++ b/libopencorehw/android_surface_output_omap34xx.cpp
@@ -71,11 +71,6 @@ OSCL_EXPORT_REF AndroidSurfaceOutputOmap34xx::AndroidSurfaceOutputOmap34xx() :
mIsFirstFrame = true;
mbufferAlloc.buffer_address = NULL;
mConvert = false;
-
- // Holding more than one video frames can sometimes starve the
- // overlay-based decoder video sink; thus we overwrite the
- // default value in the base class.
- mNumberOfFramesToHold = 1;
}
OSCL_EXPORT_REF AndroidSurfaceOutputOmap34xx::~AndroidSurfaceOutputOmap34xx()