Commit 9a3327c8 authored by michael's avatar michael

More sane error message when extradata has not been set.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20894 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7441dd98
......@@ -950,7 +950,7 @@ static av_cold int vorbis_decode_init(AVCodecContext *avccontext)
}
if (!headers_len) {
av_log(avccontext, AV_LOG_ERROR, "Extradata corrupt.\n");
av_log(avccontext, AV_LOG_ERROR, "Extradata missing.\n");
return -1;
}
......
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