summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorMark Reid <mindmark@gmail.com>2016-07-16 19:37:38 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-23 14:07:37 +0200
commitcdca1902ab358bad9fe62ec3d1db8934da7545b8 (patch)
tree6516eccad26ae088313532abf99dec17ba0120a9 /libavcodec/dnxhdenc.h
parentc2cd1a5ea7a2b63edb3abe67c5f52efc62c1b8f7 (diff)
downloadffmpeg-streaming-cdca1902ab358bad9fe62ec3d1db8934da7545b8.zip
ffmpeg-streaming-cdca1902ab358bad9fe62ec3d1db8934da7545b8.tar.gz
libavcodec/dnxhdenc: add support for variable mircoblock counts
dnxhr has variable resolution, 8160 is the mb num for 1920x1080 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r--libavcodec/dnxhdenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index 3f531ef..e9d9429 100644
--- a/libavcodec/dnxhdenc.h
+++ b/libavcodec/dnxhdenc.h
@@ -89,7 +89,7 @@ typedef struct DNXHDEncContext {
uint8_t *mb_qscale;
RCCMPEntry *mb_cmp;
- RCEntry (*mb_rc)[8160];
+ RCEntry *mb_rc;
void (*get_pixels_8x4_sym)(int16_t * /* align 16 */,
const uint8_t *, ptrdiff_t);
OpenPOWER on IntegriCloud