From: Carl Hetherington Date: Wed, 13 Oct 2021 13:50:13 +0000 (+0200) Subject: Ignore errors from avcodec_send_packet. X-Git-Tag: v2.15.168~2 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ca44e3542214050de6cb8bbb223138765ac4bdb7;hp=ca44e3542214050de6cb8bbb223138765ac4bdb7 Ignore errors from avcodec_send_packet. After seeking it appears that we often get irrelevant errors from this method. ffplay.c seems to ignore them, and this commit means that we do too (just logging them). I think these errors during a non-seeking "encoding" run could be cause for concern; perhaps we should take more note of them in that case. ---