Removing an unnecessary assertion in ASVideoNode

This commit is contained in:
Max Gu
2016-04-21 15:20:08 -07:00
parent fe30e3f5da
commit 13fc13fb56

View File

@@ -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;