[SCM] libav/experimental: more explicit message

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:57:19 UTC 2013


The following commit has been merged in the experimental branch:
commit c544ded6998725cc6209c979be6be2539bc037fc
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Mon Mar 5 10:04:34 2007 +0000

    more explicit message
    
    Originally committed as revision 8243 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/swf.c b/libavformat/swf.c
index a214b1c..4f4fdb1 100644
--- a/libavformat/swf.c
+++ b/libavformat/swf.c
@@ -267,7 +267,7 @@ static int swf_write_header(AVFormatContext *s)
                 }
                 audio_enc = enc;
             } else {
-                av_log(enc, AV_LOG_ERROR, "SWF only supports MP3\n");
+                av_log(enc, AV_LOG_ERROR, "SWF muxer only supports MP3\n");
                 return -1;
             }
         } else {
@@ -276,7 +276,7 @@ static int swf_write_header(AVFormatContext *s)
                  enc->codec_id == CODEC_ID_MJPEG ) {
                 video_enc = enc;
             } else {
-                av_log(enc, AV_LOG_ERROR, "SWF only supports VP6, FLV1 and MJPEG\n");
+                av_log(enc, AV_LOG_ERROR, "SWF muxer only supports VP6, FLV1 and MJPEG\n");
                 return -1;
             }
         }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list