Commit 64a2d190 authored by Alexander Alekhin's avatar Alexander Alekhin
Browse files

ffmpeg: backport 7213

Commit:
  6d54abbd
Showing with 4 additions and 0 deletions
+4 -0
......@@ -1482,6 +1482,10 @@ static AVStream *icv_add_video_stream_FFMPEG(AVFormatContext *oc,
}
#endif
#if LIBAVCODEC_BUILD >= CALC_FFMPEG_VERSION(52, 42, 0)
st->avg_frame_rate = (AVRational){frame_rate, frame_rate_base};
#endif
return st;
}
......
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