$OpenBSD: patch-import_decode_dv_c,v 1.1.1.1 2005/01/25 21:59:00 naddy Exp $
--- import/decode_dv.c.orig	Tue Nov  2 19:45:41 2004
+++ import/decode_dv.c	Sun Jan  9 19:38:43 2005
@@ -251,7 +251,7 @@ void decode_dv(decode_t *decode)
 
       // print info:
       if(!dvinfo && verbose && (decode->format != TC_CODEC_PCM)) {
-	fprintf(stderr, "(%s) %s video: %dx%d framesize=%d sampling=%d\n", __FILE__, ((dv_decoder->system==e_dv_system_625_50)?"PAL":"NTSC"), dv_decoder->width, dv_decoder->height, dv_decoder->frame_size, dv_decoder->sampling);
+	fprintf(stderr, "(%s) %s video: %dx%d framesize=%lu sampling=%d\n", __FILE__, ((dv_decoder->system==e_dv_system_625_50)?"PAL":"NTSC"), dv_decoder->width, dv_decoder->height, (unsigned long)dv_decoder->frame_size, dv_decoder->sampling);
 	dvinfo=1;
       }
       
