[Ffmpeg-cvslog] r8107 - trunk/libavformat/riff.c
michael
subversion
Sat Feb 24 02:51:37 CET 2007
Author: michael
Date: Sat Feb 24 02:51:37 2007
New Revision: 8107
Modified:
trunk/libavformat/riff.c
Log:
be less noisy
Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c (original)
+++ trunk/libavformat/riff.c Sat Feb 24 02:51:37 2007
@@ -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);
}
More information about the ffmpeg-cvslog
mailing list