From eb3084e255ed3c155cb78f96c05eab8f4cf3fd0b Mon Sep 17 00:00:00 2001 From: yan yan Date: Thu, 28 Dec 2017 06:19:32 +0000 Subject: ATVCC: End of caption will no longer clean buffer. PD# NONE Change-Id: I53d96bf208042ae952e10c022183f981f455f0b5 --- diff --git a/src/caption.c b/src/caption.c index b52968c..036d1f3 100644 --- a/src/caption.c +++ b/src/caption.c @@ -1148,7 +1148,7 @@ caption_command(vbi_decoder *vbi, struct caption *cc, ch->hidden ^= 1; - erase_memory(cc, ch, ch->hidden); // yes? + //erase_memory(cc, ch, ch->hidden); // yes? update(ch); /* -- cgit