]> git.sesse.net Git - ffmpeg/commit
avconv: Flush output BSFs when encode reaches EOF
authorMark Thompson <sw@jkqxz.net>
Tue, 14 Mar 2017 00:39:57 +0000 (00:39 +0000)
committerMark Thompson <sw@jkqxz.net>
Sun, 2 Apr 2017 16:54:05 +0000 (17:54 +0100)
commitf64d1100a54d12c78ce436181bb64229c56da6b3
treee8414eb5a34ddd0d2361ae88f95c9c8ff372c998
parent9aa251c98ce60e5ee83156e5292547a7671ced3a
avconv: Flush output BSFs when encode reaches EOF

Before this, output bitstream filters would never see EOF and
therefore would not be able to flush any delayed packets.
avtools/avconv.c