Hi did, I am getting segmentation fault @ avcodec_open
if i comment st->codec->thread_count , i am not getting segmentation fault Thanks Yuvaraj R On Fri, Feb 10, 2012 at 5:22 PM, jan hölscher <[email protected]> wrote: > set the AVCodecContext * ->thread_count=1 in your App. > > this solves the problem. > > > > 2012/2/10 yuvaraj r <[email protected]> >> >> Hi >> >> I write simple application to encode the video. It was worked fine on >> MY Linux desktop(Ubuntu) >> >> Then i cross compiled the ffmpeg and executed app on my Nokia phone >> >> >> #./configure --arch=arm --cross-compile >> --prefix=/home/peter/Desktop/lib --enable-shared >> --cross-prefix=arm-none-linux-gnueabi- >> >> Then i got these error "[mpeg4 @ 0x3aeb775c]too many threads " >> >> How do i solve these error >> >> >> Thanks >> >> Yuvaraj R >> _______________________________________________ >> Libav-user mailing list >> [email protected] >> http://ffmpeg.org/mailman/listinfo/libav-user > > > > > -- > Media Encoding Cluster, > the first Open Source Cluster Encoding Solution > for distributed Media Encoding. > > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
