avplay: Check memory allocation

Bug-Id: CID 1288294

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Federico Tomassetti
2015-03-21 23:18:14 +01:00
committed by Luca Barbato
co-authored by Luca Barbato
parent d3aa307da0
commit d450cb07d9
+2
View File
@@ -1580,6 +1580,8 @@ static int video_thread(void *arg)
AVFilterContext *filt_out = NULL, *filt_in = NULL;
int last_w = is->video_st->codec->width;
int last_h = is->video_st->codec->height;
if (!graph)
return AVERROR(ENOMEM);
if ((ret = configure_video_filters(graph, is, vfilters)) < 0)
goto the_end;