mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Removing an unnecessary assertion in ASVideoNode
This commit is contained in:
@@ -98,8 +98,6 @@ static NSString * const kStatus = @"status";
|
||||
- (AVPlayerItem *)constructPlayerItem
|
||||
{
|
||||
ASDN::MutexLocker l(_videoLock);
|
||||
|
||||
ASDisplayNodeAssert(_asset, @"ASVideoNode must be initialized with an AVAsset");
|
||||
|
||||
AVPlayerItem *playerItem = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user