<div>I have done as your way, and pleasantly found that it really worked sucessfully.</div><div> </div><div>I very appreciate you, thank you very much again.</div><div> </div><div><div style="color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px;"><div><div style="color: rgb(144, 144, 144); font-family: Arial Narrow; font-size: 12px;">------------------</div><div style="color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px;"><div><font color="#3366ff">Best Regards,</font></div><div><font color="#3366ff">Justin</font></div></div></div></div></div><div><div>------------------ Original ------------------</div><div style="background: rgb(239, 239, 239); padding: 8px; font-size: 12px;"><div><b>From: </b> "Andrey Utkin"<andrey.krieger.utkin@gmail.com>;</div><div><b>Date: </b> Tue, Apr 9, 2013 07:42 AM</div><div><b>To: </b> "This list is about using libavcodec, libavformat, libavutil,libavdevice and libavfilter."<libav-user@ffmpeg.org>; <wbr></div><div></div><div><b>Subject: </b> Re: [Libav-user] AAC encoding error</div></div><div><br></div>2013/4/8 Justin <justin-zhao@qq.com>:<br>> But, how can I set the additional flag? thank you very much.<br><br>This way:<br><br>AVDictionary *opts = NULL;<br>av_dict_set(&opts, "strict", "experimental", 0);<br>int ret = avcodec_open2(encoder_context, codec, &opts);<br>av_dict_free(&opts);<br>_______________________________________________<br>Libav-user mailing list<br>Libav-user@ffmpeg.org<br>http://ffmpeg.org/mailman/listinfo/libav-user<br></div>