mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Clean up a warning
Original commit message from CVS: Clean up a warning
This commit is contained in:
parent
38a735ba8c
commit
8dc2aee230
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ mpeg1_parse_header (GstTypeFind *tf, guint64 offset)
|
|||
static void
|
||||
mpeg1_sys_type_find (GstTypeFind *tf, gpointer unused)
|
||||
{
|
||||
guint8 *data;
|
||||
guint8 *data = NULL;
|
||||
guint size = 0;
|
||||
guint64 skipped = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue