Skip to content

Commit a82bddf

Browse files
committed
FFmpeg: Remove unnecessary metadata update signal
This signal was leading to track change notification popups when the track started buffering, way ahead of when the change was actually auduble. Callers will already be retrieving metadata at this point regardless of the notification. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
1 parent ae1b4a0 commit a82bddf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Plugins/FFMPEG/FFMPEGDecoder.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -564,11 +564,6 @@ - (BOOL)open:(id<CogSource>)s {
564564
prebufferedChunk = [self readAudio];
565565
}
566566

567-
if(metadataUpdated) {
568-
[self willChangeValueForKey:@"metadata"];
569-
[self didChangeValueForKey:@"metadata"];
570-
}
571-
572567
return YES;
573568
}
574569

0 commit comments

Comments
 (0)