summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2014-09-24 14:55:23 -0700
committerRonghua Wu <ronghuawu@google.com>2014-09-24 16:44:15 -0700
commitd5a2f55034022f2d0425fa0701894d0c4787b726 (patch)
tree083ced109691ba794c8c4e595cc55e5f57314a96 /media/libstagefright/codecs/on2/h264dec/SoftAVC.h
parent80ec934ae7d4e3a78af87554fdb77a58f6386ba0 (diff)
downloadframeworks_av-d5a2f55034022f2d0425fa0701894d0c4787b726.zip
frameworks_av-d5a2f55034022f2d0425fa0701894d0c4787b726.tar.gz
frameworks_av-d5a2f55034022f2d0425fa0701894d0c4787b726.tar.bz2
stagefright: fix cropping handling for SoftAVC and SoftMEPEG4.
Bug: 17326758 Change-Id: I9b0c281d92cf1803e275b1768e9edab9404ea577
Diffstat (limited to 'media/libstagefright/codecs/on2/h264dec/SoftAVC.h')
-rw-r--r--media/libstagefright/codecs/on2/h264dec/SoftAVC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/codecs/on2/h264dec/SoftAVC.h b/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
index 253a406..069107d 100644
--- a/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
+++ b/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
@@ -73,7 +73,7 @@ private:
void drainAllOutputBuffers(bool eos);
void drainOneOutputBuffer(int32_t picId, uint8_t *data);
void saveFirstOutputBuffer(int32_t pidId, uint8_t *data);
- bool handleCropChange(const H264SwDecInfo& decInfo);
+ CropSettingsMode handleCropParams(const H264SwDecInfo& decInfo);
DISALLOW_EVIL_CONSTRUCTORS(SoftAVC);
};