From 09f73e696b7cba47fd95a11dd2287e9f88506add Mon Sep 17 00:00:00 2001 From: nu774 Date: Thu, 25 Jun 2015 20:55:34 +0900 Subject: [PATCH] add missing comma --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 25bab2f8..4712b13e 100644 --- a/main.cpp +++ b/main.cpp @@ -904,7 +904,7 @@ bool accept_tag(const std::string &name) std::regex("compatiblebrands"), /* XXX: ffmpeg metadata for mp4 */ std::regex("ctdb.*confidence"), std::regex("cuesheet"), - std::regex("cuetrack.*") + std::regex("cuetrack.*"), std::regex("encodedby"), std::regex("encodingapplication"), std::regex("itunnorm"),