From c6c76c696dab77ba625ee583d3ef118cdec1e5e3 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 21 Apr 2022 14:20:35 -0700 Subject: [PATCH] FFmpeg Input: Change Monkey's Audio description Apparently, Info.plist, as generated by Xcode, is perfectly fine with raw apostrophes in the source code, and doesn't require it to be an XML entity. Signed-off-by: Christopher Snowhill --- Plugins/FFMPEG/FFMPEGDecoder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/FFMPEG/FFMPEGDecoder.m b/Plugins/FFMPEG/FFMPEGDecoder.m index ffe181081..7b8aaa132 100644 --- a/Plugins/FFMPEG/FFMPEGDecoder.m +++ b/Plugins/FFMPEG/FFMPEGDecoder.m @@ -919,7 +919,7 @@ static uint8_t reverse_bits[0x100]; @[@"MPEG-4 Audio File", @"m4a.icns", @"mp4", @"m4a"], @[@"MPEG-4 AAC Audio File", @"song.icns", @"aac"], @[@"MPEG Audio File", @"mp3.icns", @"mp3", @"m2a", @"mpa"], - @[@"Monkey's Audio File", @"ape.icns", @"ape"], + @[@"Monkey's Audio File", @"ape.icns", @"ape"], @[@"AC-3 Audio File", @"song.icns", @"ac3"], @[@"DTS Audio File", @"song.icns", @"dts"], @[@"DTS-HD MA Audio File", @"song.icns", @"dtshd"],