Commit 094991eb authored by Clément Bœsch's avatar Clément Bœsch

lavf/oggdec: reword stream creation error message.

parent 23f64200
......@@ -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;
}
}
......
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