mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Fix build prob
Original commit message from CVS: Fix build prob
This commit is contained in:
parent
a988bd2d1c
commit
4744ec5a90
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