Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nu774 committed Jun 25, 2015
1 parent 7fd59d9 commit 09f73e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 09f73e6

Please sign in to comment.