From 7c36e720a94541afdc7ecfef2616b40b4274176a Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 11 Sep 2012 10:34:40 +0200 Subject: [PATCH] dvbsubdec: adjust disabled code comment style --- gst/dvdsub/gstdvdsubdec.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gst/dvdsub/gstdvdsubdec.c b/gst/dvdsub/gstdvdsubdec.c index fca2718f93..9873899401 100644 --- a/gst/dvdsub/gstdvdsubdec.c +++ b/gst/dvdsub/gstdvdsubdec.c @@ -996,9 +996,11 @@ gst_dvd_sub_dec_sink_event (GstPad * pad, GstObject * parent, GstEvent * event) { /* not just an update ... */ +#if 0 /* Turn off forced highlight display */ - // dec->forced_display = 0; - // dec->current_button = 0; + dec->forced_display = 0; + dec->current_button = 0; +#endif if (dec->partialbuf) { gst_buffer_unmap (dec->partialbuf, &dec->partialmap); gst_buffer_unref (dec->partialbuf);