mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
dvb: Minor code style fix
This commit is contained in:
parent
e71c264dbb
commit
8407ee9ee9
1 changed files with 2 additions and 1 deletions
|
@ -1061,8 +1061,9 @@ gst_mpegts_descriptor_parse_dvb_parental_rating (const GstMpegTsDescriptor
|
|||
item->rating = 0;
|
||||
break;
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
item->rating = (*data & 0xf) + 3;
|
||||
}
|
||||
|
||||
data += 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue