projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
am7xxx: use debug() instead of fatal() in add_new_device()
[libam7xxx.git]
/
examples
/
am7xxx-play.c
diff --git
a/examples/am7xxx-play.c
b/examples/am7xxx-play.c
index
6d6ef1c
..
f63fbfd
100644
(file)
--- a/
examples/am7xxx-play.c
+++ b/
examples/am7xxx-play.c
@@
-386,7
+386,7
@@
static int am7xxx_play(const char *input_format_string,
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,