mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling issue
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4df01d5d44
commit
bdb136d302
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue