]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/omaenc.c
Fix all -Wformat warnings raised by DJGPP
[ffmpeg] / libavformat / omaenc.c
index d89cc37ee0a76b51ef5ab31f88256ddb8099ac05..7952808bf862b2ce630ccec344ac9effa6d5a3d1 100644 (file)
@@ -84,8 +84,8 @@ static av_cold int oma_write_header(AVFormatContext *s)
                          (par->block_align/8 - 1));
         break;
     default:
-        av_log(s, AV_LOG_ERROR, "unsupported codec tag %d for write\n",
-               par->codec_tag);
+        av_log(s, AV_LOG_ERROR, "unsupported codec tag %s for write\n",
+               av_fourcc2str(par->codec_tag));
         return AVERROR(EINVAL);
     }
     for (i = 0; i < (EA3_HEADER_SIZE - 36)/4; i++)