]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/framecrcenc.c
Fix all -Wformat warnings raised by DJGPP
[ffmpeg] / libavformat / framecrcenc.c
index 91bcdcd99e2599677ba571727f29b96d9ccedc43..a567b5299c83d15a7efec1da829d6264be2ba67f 100644 (file)
@@ -68,7 +68,7 @@ static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
                                                   pkt->side_data[i].data,
                                                   pkt->side_data[i].size);
             }
-            av_strlcatf(buf, sizeof(buf), ", %8d, 0x%08x", pkt->side_data[i].size, side_data_crc);
+            av_strlcatf(buf, sizeof(buf), ", %8d, 0x%08"PRIx32, pkt->side_data[i].size, side_data_crc);
         }
     }
     av_strlcatf(buf, sizeof(buf), "\n");