[Ffmpeg-cvslog] r7101 - trunk/libavformat/swf.c
bcoudurier
subversion
Thu Nov 16 12:19:04 CET 2006
Author: bcoudurier
Date: Thu Nov 16 12:19:03 2006
New Revision: 7101
Modified:
trunk/libavformat/swf.c
Log:
print error when unsupported sample rate is used with swf
Modified: trunk/libavformat/swf.c
==============================================================================
--- trunk/libavformat/swf.c (original)
+++ trunk/libavformat/swf.c Thu Nov 16 12:19:03 2006
@@ -450,6 +450,7 @@
break;
default:
/* not supported */
+ av_log(s, AV_LOG_ERROR, "swf doesnt support that sample rate, choose from (44100, 22050, 11025)\n");
av_free(swf->audio_fifo);
av_free(swf);
return -1;
More information about the ffmpeg-cvslog
mailing list