Commit c4804fec authored by Michael Niedermayer's avatar Michael Niedermayer

dpx:fix typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ba24c5a3
......@@ -149,7 +149,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
encode_rgb48_10bit(avctx, (AVPicture*)data, buf + HEADER_SIZE);
break;
default:
av_log(avctx, AV_LOG_ERROR, "Unsupported bit depth: %d\n", bits_per_component);
av_log(avctx, AV_LOG_ERROR, "Unsupported bit depth: %d\n", s->bits_per_component);
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment