[FFmpeg-devel] [PATCH 2/2] Fix memory allocation problem. Related to ticket #9264.

houlei at uniontech.com houlei at uniontech.com
Wed Jun 9 05:42:26 EEST 2021


From: houlei <houlei at uniontech.com>

Signed-off-by: houlei <houlei at uniontech.com>
---
 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





More information about the ffmpeg-devel mailing list