$OpenBSD: patch-libavcodec_mpeg12_c,v 1.2 2005/02/09 23:41:43 naddy Exp $
--- libavcodec/mpeg12.c.orig	Mon Dec 13 22:56:26 2004
+++ libavcodec/mpeg12.c	Sun Jan 16 21:01:36 2005
@@ -2997,7 +2997,7 @@ static int mpeg_decode_frame(AVCodecCont
         input_size = buf_end - buf_ptr;
 
         if(avctx->debug & FF_DEBUG_STARTCODE){
-            av_log(avctx, AV_LOG_DEBUG, "%3X at %zd left %d\n", start_code, buf_ptr-buf, input_size);
+            av_log(avctx, AV_LOG_DEBUG, "%3X at %d left %d\n", start_code, buf_ptr-buf, input_size);
         }
 
                 /* prepare data for next start code */
