]> git.sesse.net Git - ffmpeg/commit
avcodec/snowenc: add FF_MPV_COMMON_OPTS
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 18 Oct 2014 17:41:48 +0000 (19:41 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 18 Oct 2014 17:41:48 +0000 (19:41 +0200)
commitbf301258b49ff6f700a096c5752864e789c6e6b3
tree0728f30a569ad66df9aa37d2112077799f1f3eee
parent25f4e9387d0efd6fe2ac51d78eb681c542a6f82d
avcodec/snowenc: add FF_MPV_COMMON_OPTS

This fixes the ratecontrol code with snow
adding FF_MPV_COMMON_OPTS is needed as the generic rate control options
are currently in the (unrelated) MpegEncContext

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpegvideo.h
libavcodec/snow.h
libavcodec/snowenc.c