Commit 1b9467ae authored by Paul B Mahol's avatar Paul B Mahol

omaenc: remove superfluous "OMA: "

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent bc5ba1c7
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment