Commit 6650c4c3 authored by Baptiste Coudurier's avatar Baptiste Coudurier

export dnxhd encoded picture quality

Originally committed as revision 13071 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a5c0969a
......@@ -805,6 +805,8 @@ static int dnxhd_encode_picture(AVCodecContext *avctx, unsigned char *buf, int b
goto encode_coding_unit;
}
ctx->frame.quality = ctx->qscale*FF_QP2LAMBDA;
return ctx->cid_table->frame_size;
}
......
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