projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
TODO: add some ideas for minor enhancements
[libam7xxx.git]
/
examples
/
am7xxx-play.c
diff --git
a/examples/am7xxx-play.c
b/examples/am7xxx-play.c
index
5b2887d
..
1b06dfa
100644
(file)
--- a/
examples/am7xxx-play.c
+++ b/
examples/am7xxx-play.c
@@
-216,7
+216,7
@@
static int video_output_init(struct video_output_ctx *output_ctx,
*/
if (image_format == AM7XXX_IMAGE_FORMAT_NV12) {
fprintf(stdout, "using raw output format\n");
*/
if (image_format == AM7XXX_IMAGE_FORMAT_NV12) {
fprintf(stdout, "using raw output format\n");
- output_codec_ctx->pix_fmt = PIX_FMT_NV12;
+ output_codec_ctx->pix_fmt =
AV_
PIX_FMT_NV12;
output_ctx->codec_ctx = output_codec_ctx;
output_ctx->raw_output = 1;
ret = 0;
output_ctx->codec_ctx = output_codec_ctx;
output_ctx->raw_output = 1;
ret = 0;
@@
-382,11
+382,11
@@
static int am7xxx_play(const char *input_format_string,
goto end_while;
}
goto end_while;
}
- /* if we g
e
t the complete frame */
+ /* if we g
o
t the complete frame */
if (got_picture) {
/* convert it to YUV */
sws_scale(sw_scale_ctx,
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,
picture_raw->linesize,
0,
(input_ctx.codec_ctx)->height,
@@
-435,7
+435,7
@@
static int am7xxx_play(const char *input_format_string,
out_picture,
out_picture_size);
if (ret < 0) {
out_picture,
out_picture_size);
if (ret < 0) {
- perror("am7xxx_send_image");
+ perror("am7xxx_send_image
_async
");
run = 0;
goto end_while;
}
run = 0;
goto end_while;
}