]> git.sesse.net Git - ffmpeg/commit
avcodec/mlpenc: remove delay codec capability
authorJames Almer <jamrial@gmail.com>
Wed, 24 Jun 2020 03:28:14 +0000 (00:28 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 1 Jul 2020 03:23:02 +0000 (00:23 -0300)
commit14f919515d1eedd7d00802cde2c739986fe8ed24
tree505500e290236ecbcb350b7b4e4ebaff3aaf2adb
parent6b57d4d9eb27520893c39a6a51658272ccc5e0ca
avcodec/mlpenc: remove delay codec capability

The encoder has no delayed packets at the end of the encoding
process, so signaling this capability is unnecessary.

This also fixes an assertion failure introduced in 827d6fe73d, as
return values higher than 0 are not expected.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/mlpenc.c