]> git.sesse.net Git - ffmpeg/commit
mpegvideoenc: Fail if a buffer size is specified without a max rate.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Jan 2012 04:36:23 +0000 (05:36 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 28 Jan 2012 00:36:44 +0000 (01:36 +0100)
commitf21b6159cf3110a5f018d6addf7382840d427199
treef4c207a86dd79ddfab7427bec7e260a27662de06
parent49f2056289ab61be8803e86ca4cb0a6fd3116ead
mpegvideoenc: Fail if a buffer size is specified without a max rate.

This combination makes not much sense.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpegvideo_enc.c