Loading media/codec2/sfplugin/CCodec.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1801,6 +1801,10 @@ void CCodec::start() { ACTION_CODE_FATAL); return; } // clear the deadline after the component starts setDeadline(TimePoint::max(), 0ms, "none"); sp<AMessage> inputFormat; sp<AMessage> outputFormat; status_t err2 = OK; Loading Loading
media/codec2/sfplugin/CCodec.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1801,6 +1801,10 @@ void CCodec::start() { ACTION_CODE_FATAL); return; } // clear the deadline after the component starts setDeadline(TimePoint::max(), 0ms, "none"); sp<AMessage> inputFormat; sp<AMessage> outputFormat; status_t err2 = OK; Loading