]> git.sesse.net Git - ffmpeg/commit
ra144enc: fix end-of-stream handling
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 28 Feb 2012 06:02:28 +0000 (01:02 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 4 Mar 2012 06:14:53 +0000 (01:14 -0500)
commitb0350c1c30908dbe7901c4eb07663bb58e575902
treeefd467172e0a0c4355b6f47536113c72120dbe7b
parent29e2c8531096a5fb67079551564b4ab3f9acd8a6
ra144enc: fix end-of-stream handling

Use CODEC_CAP_DELAY and CODEC_CAP_SMALL_LAST_FRAME to properly pad and flush
the encoder at the end of encoding. This is needed in order to have all input
samples decoded.
libavcodec/ra144.h
libavcodec/ra144enc.c