summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ogg/gstoggstream.c')
-rw-r--r--ext/ogg/gstoggstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ogg/gstoggstream.c b/ext/ogg/gstoggstream.c
index d2c38c7b1..75c3c4329 100644
--- a/ext/ogg/gstoggstream.c
+++ b/ext/ogg/gstoggstream.c
@@ -1570,7 +1570,7 @@ static gint64
packet_duration_ogm (GstOggStream * pad, ogg_packet * packet)
{
const guint8 *data;
- int samples;
+ gint64 samples;
int offset;
int n;