Skip to content
Snippets Groups Projects
Commit bdb136d3 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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

parent 4df01d5d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment