omaenc: remove superfluous "OMA: "

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-11-24 09:55:05 +00:00
parent bc5ba1c7fd
commit 1b9467aea1

View File

@ -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);
}