mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Fix build prob
Original commit message from CVS: Fix build prob
This commit is contained in:
parent
31a6e31bf5
commit
b83b624437
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ struct _GstLame {
|
|||
lame_global_flags *lgf;
|
||||
|
||||
/* time tracker */
|
||||
guint64 last_ts;
|
||||
guint64 last_ts, last_offs;
|
||||
};
|
||||
|
||||
struct _GstLameClass {
|
||||
|
|
Loading…
Reference in a new issue