X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fomaenc.c;h=7952808bf862b2ce630ccec344ac9effa6d5a3d1;hb=549045254c4614d5d61b5c36e340171a6914d57c;hp=d89cc37ee0a76b51ef5ab31f88256ddb8099ac05;hpb=038e6aef7a54577a3bba6666cff21f5f4e3b2d0b;p=ffmpeg diff --git a/libavformat/omaenc.c b/libavformat/omaenc.c index d89cc37ee0a..7952808bf86 100644 --- a/libavformat/omaenc.c +++ b/libavformat/omaenc.c @@ -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++)