diff dnxhdenc.h @ 10387:19a4f1ecd8fe libavcodec

Move dnxhdenc to execute2 multithreading API. This allows for some simplifications like removing some outer loops and gives much better performance for thread_count > number of idle CPUs.
author reimar
date Mon, 12 Oct 2009 14:43:57 +0000
parents bf6a78c6697b
children 34a65026fa06
line wrap: on
line diff
--- a/dnxhdenc.h	Mon Oct 12 11:35:35 2009 +0000
+++ b/dnxhdenc.h	Mon Oct 12 14:43:57 2009 +0000
@@ -46,6 +46,7 @@
     const CIDEntry *cid_table;
     uint8_t *msip; ///< Macroblock Scan Indexes Payload
     uint32_t *slice_size;
+    uint32_t *slice_offs;
 
     struct DNXHDEncContext *thread[MAX_THREADS];