[FFmpeg-cvslog] omaenc: remove superfluous "OMA: "
Paul B Mahol
git at videolan.org
Sat Nov 24 11:06:32 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Nov 24 09:55:05 2012 +0000| [1b9467aea12cd6678ee8f00ec11faac2e2083501] | committer: Paul B Mahol
omaenc: remove superfluous "OMA: "
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b9467aea12cd6678ee8f00ec11faac2e2083501
---
libavformat/omaenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/omaenc.c b/libavformat/omaenc.c
index d210e05..5c5aff7 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);
}
More information about the ffmpeg-cvslog
mailing list