mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-02 10:22:34 +00:00
omaenc: remove superfluous "OMA: "
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
bc5ba1c7fd
commit
1b9467aea1
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user