You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Set bits_per_raw_sample when decoding pnm.
This commit is contained in:
@@ -58,6 +58,7 @@ static int pnm_decode_frame(AVCodecContext *avctx, void *data,
|
||||
return ret;
|
||||
p->pict_type = AV_PICTURE_TYPE_I;
|
||||
p->key_frame = 1;
|
||||
avctx->bits_per_raw_sample = av_log2(s->maxval) + 1;
|
||||
|
||||
switch (avctx->pix_fmt) {
|
||||
default:
|
||||
|
Reference in New Issue
Block a user