dvb: Minor code style fix
This commit is contained in:
parent
e71c264dbb
commit
8407ee9ee9
@ -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…
x
Reference in New Issue
Block a user