mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
mxfmetadata: Initialize boolean to FALSE to fix valgrind warning
Seems to be a false warning though.
This commit is contained in:
parent
11fb4fff80
commit
5a1953b31f
1 changed files with 1 additions and 1 deletions
|
@ -4985,7 +4985,7 @@ gboolean
|
|||
gint fps_n, fps_d;
|
||||
MXFMetadataFileDescriptor *f = (MXFMetadataFileDescriptor *) self;
|
||||
GstStructure *s;
|
||||
gboolean interlaced;
|
||||
gboolean interlaced = FALSE;
|
||||
|
||||
g_return_val_if_fail (MXF_IS_METADATA_GENERIC_PICTURE_ESSENCE_DESCRIPTOR
|
||||
(self), FALSE);
|
||||
|
|
Loading…
Reference in a new issue