]> git.sesse.net Git - ffmpeg/commit
v4l_m2m: add missing AV_CODEC_CAP_DELAY flags
authorwm4 <nfxjfg@googlemail.com>
Thu, 14 Dec 2017 18:46:52 +0000 (19:46 +0100)
committerwm4 <nfxjfg@googlemail.com>
Thu, 21 Dec 2017 17:49:29 +0000 (18:49 +0100)
commit55eebf2a11d28146658565948d6649311f20c0e1
tree07fc80b0d74b6bfe044dfc3fd3c4177b4bfea58b
parent5a6e753bc62f0773f44069a9a8e10e9c13326d6a
v4l_m2m: add missing AV_CODEC_CAP_DELAY flags

This is pretty much a requirement for any codec that handles modern
codecs like h264, but it was missing. Potentially could lead to issues
like missing frames at the end of a stream.

Tested-by: Jorge Ramirez <jorge.ramirez-ortiz@linaro.org>
libavcodec/v4l2_m2m_dec.c
libavcodec/v4l2_m2m_enc.c