mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
dvbsubdec: adjust disabled code comment style
This commit is contained in:
parent
b06e81b532
commit
7c36e720a9
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue