From 1640bd2d959432ce2b06a99e2a14e8c5c74efce2 Mon Sep 17 00:00:00 2001 From: Ronghua Wu Date: Tue, 14 Jul 2015 14:27:50 -0700 Subject: libstagefright: remove CHECK from SoftHEVC ctor. Bug: 22478679 Change-Id: I81933856d1217a23b256cac83a6ee3924b409d31 --- media/libstagefright/codecs/hevcdec/SoftHEVC.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'media/libstagefright/codecs/hevcdec/SoftHEVC.h') diff --git a/media/libstagefright/codecs/hevcdec/SoftHEVC.h b/media/libstagefright/codecs/hevcdec/SoftHEVC.h index a91f528..c6344cf 100644 --- a/media/libstagefright/codecs/hevcdec/SoftHEVC.h +++ b/media/libstagefright/codecs/hevcdec/SoftHEVC.h @@ -56,6 +56,8 @@ struct SoftHEVC: public SoftVideoDecoderOMXComponent { SoftHEVC(const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component); + status_t init(); + protected: virtual ~SoftHEVC(); -- cgit v1.1