mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
proresenc: the encoder expects native endian input.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4dbce51b9e
commit
64a41dc21f
@ -597,7 +597,7 @@ AVCodec ff_prores_encoder = {
|
||||
.init = prores_encode_init,
|
||||
.close = prores_encode_close,
|
||||
.encode = prores_encode_frame,
|
||||
.pix_fmts = (const enum PixelFormat[]){PIX_FMT_YUV422P10LE, PIX_FMT_NONE},
|
||||
.pix_fmts = (const enum PixelFormat[]){PIX_FMT_YUV422P10, PIX_FMT_NONE},
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Apple ProRes"),
|
||||
.capabilities = 0,
|
||||
.profiles = profiles
|
||||
|
Loading…
Reference in New Issue
Block a user