From 1b9467aea12cd6678ee8f00ec11faac2e2083501 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 24 Nov 2012 09:55:05 +0000 Subject: omaenc: remove superfluous "OMA: " Signed-off-by: Paul B Mahol --- libavformat/omaenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/omaenc.c') 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); } -- cgit v1.2.1