Browse Source

lavf/oggdec: reword stream creation error message.

tags/n1.0
Clément Bœsch 13 years ago
parent
commit
094991eb69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/oggdec.c

+ 1
- 1
libavformat/oggdec.c View File

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


Loading…
Cancel
Save