]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12enc.c
avutil/buffer: Switch AVBuffer API to size_t
[ffmpeg] / libavcodec / mpeg12enc.c
index fd3e7de94a2e20d1cf3e556b43c601a3f9d79a94..432d27e1f688d50abce908f1833336a6b45762e2 100644 (file)
@@ -575,8 +575,8 @@ void ff_mpeg1_encode_picture_header(MpegEncContext *s, int picture_number)
                 put_bits(&s->pb, 8, 0xff);                  // marker_bits
             } else {
                 av_log(s->avctx, AV_LOG_WARNING,
-                    "Warning Closed Caption size (%d) can not exceed 93 bytes "
-                    "and must be a multiple of 3\n", side_data->size);
+                    "Closed Caption size (%"SIZE_SPECIFIER") can not exceed "
+                    "93 bytes and must be a multiple of 3\n", side_data->size);
             }
         }
     }