]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dashenc.c
Merge commit '99ddeddc7fc996c0c1e842112928490e78542bd5'
[ffmpeg] / libavformat / dashenc.c
index 1f31968ab99d00a29a8fee9a7ec8eb008e8bbc88..6232c70da243d0aca165779a448b28f9fc15551f 100644 (file)
@@ -134,7 +134,7 @@ static void set_codec_str(AVFormatContext *s, AVCodecParameters *par,
         tags[0] = ff_mp4_obj_type;
         oti = av_codec_get_tag(tags, par->codec_id);
         if (oti)
-            av_strlcatf(str, size, ".%02x", oti);
+            av_strlcatf(str, size, ".%02"PRIx32, oti);
         else
             return;