Commit fa86d655 authored by bcoudurier's avatar bcoudurier

export dnxhd encoded picture quality

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13071 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c4ff1ca3
...@@ -805,6 +805,8 @@ static int dnxhd_encode_picture(AVCodecContext *avctx, unsigned char *buf, int b ...@@ -805,6 +805,8 @@ static int dnxhd_encode_picture(AVCodecContext *avctx, unsigned char *buf, int b
goto encode_coding_unit; goto encode_coding_unit;
} }
ctx->frame.quality = ctx->qscale*FF_QP2LAMBDA;
return ctx->cid_table->frame_size; 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