AndroidCamera icon indicating copy to clipboard operation
AndroidCamera copied to clipboard

大佬,帮忙解决下 VideoEncoderCore 中的todo吧,太容易crash了

Open JesseWo opened this issue 5 years ago • 0 comments

if (mMuxer != null) {
            // TODO: stop() throws an exception if you haven't fed it any data.  Keep track
            //       of frames submitted, and don't call stop() if we haven't written anything.
            mMuxer.stop();
            mMuxer.release();
            mMuxer = null;
        }

JesseWo avatar Jun 06 '20 09:06 JesseWo