[FFmpeg-cvslog] r19248 - trunk/libavformat/oggenc.c

jbr subversion
Sun Jun 21 22:18:29 CEST 2009


Author: jbr
Date: Sun Jun 21 22:18:29 2009
New Revision: 19248

Log:
oggenc: Change error log text. An error here does not necessarily mean 
corrupted data.

Modified:
   trunk/libavformat/oggenc.c

Modified: trunk/libavformat/oggenc.c
==============================================================================
--- trunk/libavformat/oggenc.c	Sun Jun 21 22:16:48 2009	(r19247)
+++ trunk/libavformat/oggenc.c	Sun Jun 21 22:18:29 2009	(r19248)
@@ -152,7 +152,7 @@ static int ogg_write_header(AVFormatCont
             int err = ogg_build_flac_headers(st->codec, oggstream,
                                              st->codec->flags & CODEC_FLAG_BITEXACT);
             if (err) {
-                av_log(s, AV_LOG_ERROR, "Extradata corrupted\n");
+                av_log(s, AV_LOG_ERROR, "Error writing FLAC headers\n");
                 av_freep(&st->priv_data);
                 return err;
             }



More information about the ffmpeg-cvslog mailing list