mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
Merge commit '676856204b84dfaffe329dce8502e834a0dbdb19'
* commit '676856204b84dfaffe329dce8502e834a0dbdb19':
DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride
Conflicts:
libavcodec/dnxhdenc.h
libavcodec/x86/dnxhdenc_init.c
See: cb11b9e89e
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
ee2a43798c
@ -89,7 +89,8 @@ typedef struct DNXHDEncContext {
|
|||||||
RCCMPEntry *mb_cmp;
|
RCCMPEntry *mb_cmp;
|
||||||
RCEntry (*mb_rc)[8160];
|
RCEntry (*mb_rc)[8160];
|
||||||
|
|
||||||
void (*get_pixels_8x4_sym)(int16_t * /*align 16*/, const uint8_t *, ptrdiff_t);
|
void (*get_pixels_8x4_sym)(int16_t * /* align 16 */,
|
||||||
|
const uint8_t *, ptrdiff_t);
|
||||||
} DNXHDEncContext;
|
} DNXHDEncContext;
|
||||||
|
|
||||||
void ff_dnxhdenc_init_x86(DNXHDEncContext *ctx);
|
void ff_dnxhdenc_init_x86(DNXHDEncContext *ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user