mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
oggstream: initialize variable
... to help out challenged compiler.
This commit is contained in:
parent
974c678ec8
commit
34d767c6a8
1 changed files with 1 additions and 1 deletions
|
@ -1896,7 +1896,7 @@ packet_duration_opus (GstOggStream * pad, ogg_packet * packet)
|
|||
|
||||
gint64 duration;
|
||||
gint64 frame_duration;
|
||||
gint nframes;
|
||||
gint nframes = 0;
|
||||
guint8 toc;
|
||||
|
||||
if (packet->bytes < 1)
|
||||
|
|
Loading…
Reference in a new issue