qtdemux: fix compilation with gst debuging disabled
qtdemux.c:9452:1: error: label at end of compound statement
This commit is contained in:
parent
0ab0421759
commit
4278ab18ff
@ -9463,9 +9463,9 @@ unknown_tag:
|
|||||||
|
|
||||||
g_free (namestr_dbg);
|
g_free (namestr_dbg);
|
||||||
g_free (meanstr_dbg);
|
g_free (meanstr_dbg);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user