From 2a1294b9784c9c88264de8eaf9804e17fefa085a Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Mon, 12 Oct 2009 14:43:57 +0000 Subject: 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. Originally committed as revision 20211 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dnxhdenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dnxhdenc.h') diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index 6f9f647ef0..971f9134f4 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -46,6 +46,7 @@ typedef struct DNXHDEncContext { const CIDEntry *cid_table; uint8_t *msip; ///< Macroblock Scan Indexes Payload uint32_t *slice_size; + uint32_t *slice_offs; struct DNXHDEncContext *thread[MAX_THREADS]; -- cgit v1.2.3