dvbsubdec: adjust disabled code comment style

This commit is contained in:
Mark Nauwelaerts 2012-09-11 10:34:40 +02:00
parent b06e81b532
commit 7c36e720a9

View file

@ -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);