]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
Print slightly more useful info.
[ffmpeg] / ffplay.c
index 1cfb54d9766f610e3207bcf4800cc90a7532383d..915c257103ea1bb150ecc85b5d9a6b6ffd755171 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -657,7 +657,7 @@ static void video_image_display(VideoState *is)
             aspect_ratio = 0;
         else
             aspect_ratio = av_q2d(is->video_st->codec->sample_aspect_ratio)
-                * is->video_st->codec->width / is->video_st->codec->height;;
+                * is->video_st->codec->width / is->video_st->codec->height;
         if (aspect_ratio <= 0.0)
             aspect_ratio = (float)is->video_st->codec->width /
                 (float)is->video_st->codec->height;