From 4b6cf1ce0e9dc3c53aa505a4fe31efc08a35cf49 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 25 Jun 2013 21:09:03 +0200 Subject: examples/muxing: vertically align --- doc/examples/muxing.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c index 7305cc6284..303064a82f 100644 --- a/doc/examples/muxing.c +++ b/doc/examples/muxing.c @@ -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; -- cgit v1.2.3