summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-10-21 13:29:46 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-21 14:17:50 +0200
commit6c5b98d40b8eeec14174fb9602acbf4b0c924981 (patch)
tree0fcb48ae68fdfa0e2209dc314eb26b2e5d4d433d /libavcodec/dnxhdenc.h
parentecb53e11014bf9d45a995390c6241c71d3e49ff9 (diff)
downloadffmpeg-streaming-6c5b98d40b8eeec14174fb9602acbf4b0c924981.zip
ffmpeg-streaming-6c5b98d40b8eeec14174fb9602acbf4b0c924981.tar.gz
avcodec/dnxhdenc: Move allocation out of radix_sort()
Its slow, its not checked, FPU state is not clean either currently there Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r--libavcodec/dnxhdenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index 96a79aa..91ef6d0 100644
--- a/libavcodec/dnxhdenc.h
+++ b/libavcodec/dnxhdenc.h
@@ -96,6 +96,7 @@ typedef struct DNXHDEncContext {
uint8_t *mb_qscale;
RCCMPEntry *mb_cmp;
+ RCCMPEntry *mb_cmp_tmp;
RCEntry *mb_rc;
void (*get_pixels_8x4_sym)(int16_t * /* align 16 */,
OpenPOWER on IntegriCloud