Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/oggdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index e3f54bf35b..02d64d4995 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -303,7 +303,7 @@ static int ogg_read_page(AVFormatContext *s, int *sid)
idx = ogg_new_stream(s, serial);
if (idx < 0) {
- av_log (s, AV_LOG_ERROR, "failed to create stream (OOM?)\n");
+ av_log(s, AV_LOG_ERROR, "failed to create or replace stream\n");
return idx;
}
}