Commit a821617b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'd450cb07'

* commit 'd450cb07':
  avplay: Check memory allocation

Conflicts:
	ffplay.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a3f5a8c3 d450cb07
......@@ -2231,6 +2231,9 @@ static int video_thread(void *arg)
enum AVPixelFormat last_format = -2;
int last_serial = -1;
int last_vfilter_idx = 0;
if (!graph)
return AVERROR(ENOMEM);
#endif
if (!frame)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment