Skip to content

Commit

Permalink
Minor CC-608 caption display optimisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Dec 9, 2010
1 parent 1a7aad5 commit 2be30cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/cc608reader.cpp
Expand Up @@ -41,7 +41,6 @@ CC608Buffer* CC608Reader::GetOutputText(bool &changed)
if (!m_enabled || !m_parent)
return NULL;

changed = m_changed;
VideoFrame *last = NULL;
if (m_parent->getVideoOutput())
last = m_parent->getVideoOutput()->GetLastShownFrame();
Expand Down

0 comments on commit 2be30cf

Please sign in to comment.