# HG changeset patch # User bcoudurier # Date 1255978412 0 # Node ID af8dbf123fc839cd87b64ae4277fed1c763f8cf5 # Parent 2fe354e262abc76c80b97e3d717896af3b2a834a request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 diff -r 2fe354e262ab -r af8dbf123fc8 utils.c --- a/utils.c Mon Oct 19 02:20:08 2009 +0000 +++ b/utils.c Mon Oct 19 18:53:32 2009 +0000 @@ -1884,6 +1884,7 @@ if(!enc->frame_size && (enc->codec_id == CODEC_ID_VORBIS || enc->codec_id == CODEC_ID_AAC || + enc->codec_id == CODEC_ID_MP3 || enc->codec_id == CODEC_ID_SPEEX)) return 0; break;