59b3fd48bd
Lots of bug fixes.
13 lines
605 B
Plaintext
13 lines
605 B
Plaintext
$OpenBSD: patch-libavcodec_mpeg12_c,v 1.3 2005/04/20 16:46:54 naddy Exp $
|
|
--- libavcodec/mpeg12.c.orig Mon Apr 4 04:25:44 2005
|
|
+++ libavcodec/mpeg12.c Tue Apr 12 23:06:00 2005
|
|
@@ -3008,7 +3008,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 */
|