Commit 4b6cf1ce authored by Stefano Sabatini's avatar Stefano Sabatini

examples/muxing: vertically align

parent 0a3589bf
......@@ -467,8 +467,7 @@ int main(int argc, char **argv)
audio_pts = 0.0;
if (video_st)
video_pts = (double)video_st->pts.val * video_st->time_base.num /
video_st->time_base.den;
video_pts = (double)video_st->pts.val * video_st->time_base.num / video_st->time_base.den;
else
video_pts = 0.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