diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index c16adaf606..52753576eb 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -2310,7 +2310,7 @@ static int mpeg_decode_frame(AVCodecContext *avctx, 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 %td left %d\n", start_code, buf_ptr-buf, input_size); } /* prepare data for next start code */