dcaparse: init variable to make osx build bot happy
gstdcaparse.c: In function 'gst_dca_parse_check_valid_frame': gstdcaparse.c:246: warning: 'best_sync' may be used uninitialized in this function
This commit is contained in:
parent
75735c4573
commit
3018bdf8de
@ -243,7 +243,7 @@ static gint
|
||||
gst_dca_parse_find_sync (GstDcaParse * dcaparse, GstByteReader * reader,
|
||||
const GstBuffer * buf, guint32 * sync)
|
||||
{
|
||||
guint32 best_sync;
|
||||
guint32 best_sync = 0;
|
||||
guint best_offset = G_MAXUINT;
|
||||
gint off;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user