This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
More sane error message when extradata has not been set.
Originally committed as revision 20894 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer
15 years ago
parent
646eb55139
commit
b2cc8111d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/vorbis_dec.c
+ 1
- 1
libavcodec/vorbis_dec.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save