]> git.sesse.net Git - ffmpeg/commit
2enc: clip and warn when user bitrate set too low
authorRostislav Pehlivanov <atomnuker@gmail.com>
Sun, 28 Feb 2016 19:05:15 +0000 (19:05 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Sun, 28 Feb 2016 19:06:29 +0000 (19:06 +0000)
commit2f19583911eb4d67afaa72ec2bdbef583087f3f7
tree8451c43f1b78034517806e7badc0523920f21b92
parent6e5c6d61bddab12b1d9002ac422cbd2506a30177
2enc: clip and warn when user bitrate set too low

The encoder crashed on verly low bitrates since there wasn't enough
space allocated.

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