[FFmpeg-devel] thread_count - segmentation fault on arm target
yuvaraj r
yuvaraj.tr at gmail.com
Wed Feb 15 09:17:41 CET 2012
Hi All,
If i set thread_count = 1 , i am getting segmentation fault
printf(" THread loop count %d\n",output_file->nb_streams);
for (i = 0; i < output_file->nb_streams; i++) {
printf("Set thread count \n");
output_file->streams[i]->codec->thread_count = 1;
}
printf(" Open codec\n");
// open the codec
if (avcodec_open (out_st->codec, codec) < 0) {
printf("Av codec open failed \n");
exit (1);
}
printf("Codec open success\n");
Please help me
Thanks
Yuvaraj R
More information about the ffmpeg-devel
mailing list