From: houlei <[email protected]>
Signed-off-by: houlei <[email protected]>
---
libavdevice/xv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavdevice/xv.c b/libavdevice/xv.c
index 7e15c178b6..8f9a2cb5c0 100644
--- a/libavdevice/xv.c
+++ b/libavdevice/xv.c
@@ -300,7 +300,7 @@ static int write_picture(AVFormatContext *s, uint8_t
*input_data[4],
img->data + img->offsets[0],
img->data + img->offsets[1],
img->data + img->offsets[2],
- img->data + img->offsets[3]
+ 0
};
/* Check messages. Window might get closed. */
--
2.20.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".