examples/muxing: vertically align

This commit is contained in:
Stefano Sabatini 2013-06-25 21:09:03 +02:00
parent 0a3589bf2f
commit 4b6cf1ce0e

View File

@ -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;