mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
avcodec/proresenc_anatoliy: Set bits_per_raw_sample
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8716605a26
commit
e263af3024
@ -545,6 +545,8 @@ static av_cold int prores_encode_init(AVCodecContext *avctx)
|
||||
av_log(avctx, AV_LOG_ERROR, "need YUV422P10\n");
|
||||
return -1;
|
||||
}
|
||||
avctx->bits_per_raw_sample = 10;
|
||||
|
||||
if (avctx->width & 0x1) {
|
||||
av_log(avctx, AV_LOG_ERROR,
|
||||
"frame width needs to be multiple of 2\n");
|
||||
|
Loading…
Reference in New Issue
Block a user