Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.

Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2007-11-15 23:53:19 +00:00
parent 87246a01cf
commit 964ff35445
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ AVOutputFormat flv_muxer = {
#ifdef CONFIG_LIBMP3LAME
CODEC_ID_MP3,
#else // CONFIG_LIBMP3LAME
CODEC_ID_NONE,
CODEC_ID_ADPCM_SWF,
#endif // CONFIG_LIBMP3LAME
CODEC_ID_FLV1,
flv_write_header,