summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
diff options
context:
space:
mode:
authorWonsik Kim <wonsik@google.com>2016-03-20 10:44:44 +0900
committerThe Android Automerger <android-build@google.com>2016-04-21 19:09:55 -0700
commitd2f47191538837e796e2b10c1ff7e1ee35f6e0ab (patch)
treeaf1b0470da255756c44fa2b1c790ee2bbd84bf4d /media/libstagefright/codecs/on2/h264dec/SoftAVC.h
parent4e32001e4196f39ddd0b86686ae0231c8f5ed944 (diff)
downloadframeworks_av-d2f47191538837e796e2b10c1ff7e1ee35f6e0ab.zip
frameworks_av-d2f47191538837e796e2b10c1ff7e1ee35f6e0ab.tar.gz
frameworks_av-d2f47191538837e796e2b10c1ff7e1ee35f6e0ab.tar.bz2
codecs: check OMX buffer size before use in (h263|h264)dec
Bug: 27833616 Change-Id: I0fd599b3da431425d89236ffdd9df423c11947c0
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 069107d..b8c1807 100644
--- a/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
+++ b/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
@@ -71,7 +71,7 @@ private:
status_t initDecoder();
void drainAllOutputBuffers(bool eos);
- void drainOneOutputBuffer(int32_t picId, uint8_t *data);
+ bool drainOneOutputBuffer(int32_t picId, uint8_t *data);
void saveFirstOutputBuffer(int32_t pidId, uint8_t *data);
CropSettingsMode handleCropParams(const H264SwDecInfo& decInfo);