]> git.sesse.net Git - ffmpeg/commit
vc2enc: fix packet underallocation and minimum bitrate with interlacing
authorRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 1 Mar 2016 13:44:18 +0000 (13:44 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 1 Mar 2016 13:44:18 +0000 (13:44 +0000)
commit7bcc57ad99381a5aafdb5471ca164e4b6dca7d25
treef81863d4915c78a215e1a94e51c59d19e1514deb
parent41985d40c652b4065848204e42fac6706e15955a
vc2enc: fix packet underallocation and minimum bitrate with interlacing

This was a regression introduced by commit e7345abe052 which
enabled full use of the allocated packet but due to the overhead of
using field coding the buffer was too small and triggered warnings and
crashes.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/vc2enc.c