mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
riff: fix indentation messup from previous commit
This commit is contained in:
parent
f653aa8c85
commit
1fee60277d
1 changed files with 19 additions and 19 deletions
|
@ -882,7 +882,7 @@ gst_riff_parse_ncdt (GstElement * element,
|
||||||
|
|
||||||
/* find out the type of metadata */
|
/* find out the type of metadata */
|
||||||
switch (tag) {
|
switch (tag) {
|
||||||
case GST_RIFF_LIST_nctg:{
|
case GST_RIFF_LIST_nctg:
|
||||||
while (tsize > 4) {
|
while (tsize > 4) {
|
||||||
guint16 sub_tag = GST_READ_UINT16_LE (ptr);
|
guint16 sub_tag = GST_READ_UINT16_LE (ptr);
|
||||||
guint16 sub_size = GST_READ_UINT16_LE (ptr + 2);
|
guint16 sub_size = GST_READ_UINT16_LE (ptr + 2);
|
||||||
|
@ -955,4 +955,4 @@ gst_riff_parse_ncdt (GstElement * element,
|
||||||
gst_buffer_unmap (buf, &info);
|
gst_buffer_unmap (buf, &info);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue