From 425ec10ab3ff1afccd9dcd19b96a3d6e1cd0b726 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 23 Nov 2014 00:03:08 +0100 Subject: [PATCH 1/1] am7xxx-play: improve a comment --- examples/am7xxx-play.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/am7xxx-play.c b/examples/am7xxx-play.c index 5b2887d..6d6ef1c 100644 --- a/examples/am7xxx-play.c +++ b/examples/am7xxx-play.c @@ -382,7 +382,7 @@ static int am7xxx_play(const char *input_format_string, goto end_while; } - /* if we get the complete frame */ + /* if we got the complete frame */ if (got_picture) { /* convert it to YUV */ sws_scale(sw_scale_ctx, -- 2.1.4