Skip to content

Commit

Permalink
Subtitles: Put a "DEPRECATED_608_TELETEXT" message into the logs.
Browse files Browse the repository at this point in the history
Support for CEA-608 teletext captions is to be removed.  Allow users
to check whether they would be affected.  Refs #10786.
  • Loading branch information
stichnot committed Jul 24, 2012
1 parent de851dd commit 7b1aef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythtv/subtitlescreen.cpp
Expand Up @@ -1711,6 +1711,8 @@ QString FormattedTextChunk::ToLogString(void) const
.arg(format.boldface);
str += QString("font=%1 ").arg(format.font_tag);
str += QString(" text='%1'").arg(text);
if (isTeletext)
str += " DEPRECATED_608_TELETEXT";
return str;
}

Expand Down

0 comments on commit 7b1aef8

Please sign in to comment.