jpegformat: Fix unitialized variable on macosx
This commit is contained in:
parent
19bd1e6d55
commit
b18bf6a018
@ -607,7 +607,7 @@ extract_and_queue_tags (GstJpegParse * parse, guint size, guint8 * data,
|
|||||||
static inline gboolean
|
static inline gboolean
|
||||||
gst_jpeg_parse_app1 (GstJpegParse * parse, GstByteReader * reader)
|
gst_jpeg_parse_app1 (GstJpegParse * parse, GstByteReader * reader)
|
||||||
{
|
{
|
||||||
guint16 size;
|
guint16 size = 0;
|
||||||
const gchar *id_str;
|
const gchar *id_str;
|
||||||
const guint8 *data = NULL;
|
const guint8 *data = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user