Don't mark y4m tags as translatable

Originally committed to SVN as r5907.
This commit is contained in:
Thomas Goyne 2011-11-25 19:26:21 +00:00
parent f3c10634d1
commit 7b46ce6380
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ void YUV4MPEGVideoProvider::ParseFileHeader(const std::vector<wxString>& tags) {
/// @return The flags set, as a binary mask
/// This function is currently unimplemented (it will always return Y4M_FFLAG_NONE).
YUV4MPEGVideoProvider::Y4M_FrameFlags YUV4MPEGVideoProvider::ParseFrameHeader(const std::vector<wxString>& tags) {
if (tags.front().Cmp(_("FRAME")))
if (tags.front().Cmp("FRAME"))
throw VideoOpenError("ParseFrameHeader: malformed frame header (bad magic)");
/// @todo implement parsing of frame flags