Commit 8425ceca authored by Baptiste Coudurier's avatar Baptiste Coudurier

request mp3 frame_size to be set in has_codec_parameters, fix issue #1314

Originally committed as revision 20318 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b0bef342
......@@ -1884,6 +1884,7 @@ static int has_codec_parameters(AVCodecContext *enc)
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment