[FFmpeg-cvslog] examples/muxing: vertically align

Stefano Sabatini git at videolan.org
Tue Jun 25 21:37:30 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Jun 25 21:09:03 2013 +0200| [4b6cf1ce0e9dc3c53aa505a4fe31efc08a35cf49] | committer: Stefano Sabatini

examples/muxing: vertically align

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b6cf1ce0e9dc3c53aa505a4fe31efc08a35cf49
---

 doc/examples/muxing.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index 7305cc6..303064a 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;
 



More information about the ffmpeg-cvslog mailing list