# HG changeset patch # User michael # Date 1172281897 0 # Node ID d431b26ff5ef63bdd1ea8a9a5a29d7acdeb2db62 # Parent 040097642b13c625b94df7485d7f8b97ab6d4c3c be less noisy diff -r 040097642b13 -r d431b26ff5ef riff.c --- a/riff.c Fri Feb 23 23:35:42 2007 +0000 +++ b/riff.c Sat Feb 24 01:51:37 2007 +0000 @@ -317,7 +317,7 @@ } 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); }