X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/478203de36f03a4889699e193bd81d7fb4afbcd7..eb9778a0a3ede0b7a1409574711aa942e4c7f3a7:/examples/am7xxx-play.c diff --git a/examples/am7xxx-play.c b/examples/am7xxx-play.c index 5b2887d..f63fbfd 100644 --- a/examples/am7xxx-play.c +++ b/examples/am7xxx-play.c @@ -382,11 +382,11 @@ 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, - (const uint8_t * const*)picture_raw->data, + (const uint8_t * const *)picture_raw->data, picture_raw->linesize, 0, (input_ctx.codec_ctx)->height,