Commit bdb136d3 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling issue

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4df01d5d
......@@ -377,6 +377,8 @@ void ff_filter_graph_remove_filter(AVFilterGraph *graph, AVFilterContext *filter
/**
* Normalize the qscale factor
* FIXME the H264 qscale is a log based scale, mpeg1/2 is not, the code below
* cannot be optimal
*/
static inline int ff_norm_qscale(int qscale, int type)
{
......
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