changeset 10695:fe81255af588 libavcodec

More sane error message when extradata has not been set.
author michael
date Fri, 18 Dec 2009 15:50:39 +0000
parents d17c26774897
children a80851eebd2e
files vorbis_dec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vorbis_dec.c	Fri Dec 18 10:42:26 2009 +0000
+++ b/vorbis_dec.c	Fri Dec 18 15:50:39 2009 +0000
@@ -950,7 +950,7 @@
     }
 
     if (!headers_len) {
-        av_log(avccontext, AV_LOG_ERROR, "Extradata corrupt.\n");
+        av_log(avccontext, AV_LOG_ERROR, "Extradata missing.\n");
         return -1;
     }