mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-10 22:43:32 +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: cb11b9e89e152ed4db22e5ad0349b63fac02101e Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
ee2a43798c
@ -89,7 +89,8 @@ typedef struct DNXHDEncContext {
|
||||
RCCMPEntry *mb_cmp;
|
||||
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;
|
||||
|
||||
void ff_dnxhdenc_init_x86(DNXHDEncContext *ctx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user