Commit 1cb78a0d authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '7d12cba9'

* commit '7d12cba9':
  vf_framepack: Check and update frame_rate
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents b2a8c853 7d12cba9
......@@ -138,7 +138,7 @@ static int config_output(AVFilterLink *outlink)
outlink->w = width;
outlink->h = height;
outlink->time_base = time_base;
outlink->frame_rate= frame_rate;
outlink->frame_rate = frame_rate;
return 0;
}
......
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