$OpenBSD: patch-media_filters_ffmpeg_glue_cc,v 1.3 2011/04/29 13:18:01 robert Exp $
--- media/filters/ffmpeg_glue.cc.orig	Tue Apr 26 10:01:05 2011
+++ media/filters/ffmpeg_glue.cc	Thu Apr 28 19:03:53 2011
@@ -44,7 +44,7 @@ static int WriteContext(URLContext* h, unsigned char* 
   return AVERROR_IO;
 }
 
-static int64 SeekContext(URLContext* h, int64 offset, int whence) {
+static int64_t SeekContext(URLContext* h, int64_t offset, int whence) {
   FFmpegURLProtocol* protocol = ToProtocol(h->priv_data);
   int64 new_offset = AVERROR_IO;
   switch (whence) {
