Comment 7 for bug 1033820

Revision history for this message
zhangning (zhangn1985-gmail) wrote :

My patch mostly base on FFmpeg APIChangeLog.

but that two parts
and this part

- if(thread_count>1)
- avcodec_thread_init(enc, thread_count);
+// if(thread_count>1)
+// avcodec_thread_init(enc, thread_count);

I can't find any helpful information in the changelist.