summaryrefslogtreecommitdiff
path: root/avplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'avplay.c')
-rw-r--r--avplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/avplay.c b/avplay.c
index b1ce057d46..e98e3ade23 100644
--- a/avplay.c
+++ b/avplay.c
@@ -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;