$OpenBSD: patch-media_filters_ffmpeg_glue_cc,v 1.2 2011/02/08 09:43:02 espie Exp $
--- media/filters/ffmpeg_glue.cc.orig	Mon Jan 24 00:09:31 2011
+++ media/filters/ffmpeg_glue.cc	Mon Jan 24 11:25:42 2011
@@ -43,7 +43,7 @@ int WriteContext(URLContext* h, unsigned char* buf, in
   return AVERROR_IO;
 }
 
-int64 SeekContext(URLContext* h, int64 offset, int whence) {
+int64_t SeekContext(URLContext* h, int64_t offset, int whence) {
   media::FFmpegURLProtocol* protocol = ToProtocol(h->priv_data);
   int64 new_offset = AVERROR_IO;
   switch (whence) {
