mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
avfilter/fade: use FADE_OUT macro.
This commit is contained in:
parent
981128c2c1
commit
199b8fbd09
@ -317,7 +317,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
|
||||
s->factor = av_clip_uint16(s->factor);
|
||||
|
||||
// Invert fade_factor if Fading Out
|
||||
if (s->type == 1) {
|
||||
if (s->type == FADE_OUT) {
|
||||
s->factor=UINT16_MAX-s->factor;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user