[SCM] libav/experimental: be less noisy

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 0a3692cd827c607a4c224bbd72157449a0242da6
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Feb 24 01:51:37 2007 +0000

    be less noisy
    
    Originally committed as revision 8107 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 95d871b..89cfb51 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -317,7 +317,7 @@ int put_wav_header(ByteIOContext *pb, AVCodecContext *enc)
     } else {
         bps = 16;
     }
-    if(bps != enc->bits_per_sample){
+    if(bps != enc->bits_per_sample && enc->bits_per_sample){
         av_log(enc, AV_LOG_WARNING, "requested bits_per_sample (%d) and actually stored (%d) differ\n", enc->bits_per_sample, bps);
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list