commit | 377eeab0007ccde21bf8839529be82c2a7c48fea | [log] [tgz] |
---|---|---|
author | Wonsik Kim <wonsik@google.com> | Sun Nov 03 19:05:59 2019 -0800 |
committer | Wonsik Kim <wonsik@google.com> | Mon Nov 04 21:22:26 2019 +0000 |
tree | 580eed857c315eb6444404851f09dd8703199cc2 | |
parent | e32a1d7c90b62438679651a8a1b024455f45823e [diff] [blame] |
vpxdec: handle non-display frames Bug: 143115066 Test: bug repro steps Merged-In: I4c581b229b83a555d6214075f0e5367d17461cc9 Change-Id: I4c581b229b83a555d6214075f0e5367d17461cc9
diff --git a/media/codec2/components/vpx/C2SoftVpxDec.h b/media/codec2/components/vpx/C2SoftVpxDec.h index e51bcee..2065165 100644 --- a/media/codec2/components/vpx/C2SoftVpxDec.h +++ b/media/codec2/components/vpx/C2SoftVpxDec.h
@@ -85,7 +85,7 @@ status_t destroyDecoder(); void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, const std::shared_ptr<C2GraphicBlock> &block); - bool outputBuffer( + status_t outputBuffer( const std::shared_ptr<C2BlockPool> &pool, const std::unique_ptr<C2Work> &work); c2_status_t drainInternal(