diff --git a/framework/codec/Apple/AppleVideoToolBox.cpp b/framework/codec/Apple/AppleVideoToolBox.cpp index a3692ef6e..22984ac73 100644 --- a/framework/codec/Apple/AppleVideoToolBox.cpp +++ b/framework/codec/Apple/AppleVideoToolBox.cpp @@ -693,7 +693,7 @@ namespace Cicada { void AFVTBDecoder::push_to_recovery_queue(std::unique_ptr pPacket) { pPacket->setDiscard(true); - std::lock_guard lock(mActiveStatusMutex); + // std::lock_guard lock(mActiveStatusMutex); if (pPacket->getInfo().flags) { while (!mRecoveryQueue.empty()) {