]> git.sesse.net Git - ffmpeg/commit
avfilter/f_cue: always check the return value of ff_inlink_consume_frame
authorMarton Balint <cus@passwd.hu>
Sun, 7 Oct 2018 19:48:45 +0000 (21:48 +0200)
committerMarton Balint <cus@passwd.hu>
Tue, 9 Oct 2018 19:46:28 +0000 (21:46 +0200)
commit4db291d7642255a6e7dc2dbb471c2466ca8d4a47
tree5167442b722428a7aac18bfe1ac366a80fd8facc
parentb1504e7796a420c8748a2dcb12a2b780ecf42c04
avfilter/f_cue: always check the return value of ff_inlink_consume_frame

Fixes Coverity CID 1439936.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavfilter/f_cue.c