summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/omaenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/omaenc.c b/libavformat/omaenc.c
index d210e053fe..5c5aff7833 100644
--- a/libavformat/omaenc.c
+++ b/libavformat/omaenc.c
@@ -84,7 +84,7 @@ static av_cold int oma_write_header(AVFormatContext *s)
(format->block_align/8 - 1));
break;
default:
- av_log(s, AV_LOG_ERROR, "OMA: unsupported codec tag %d for write\n",
+ av_log(s, AV_LOG_ERROR, "unsupported codec tag %d for write\n",
format->codec_tag);
return AVERROR(EINVAL);
}