]> git.sesse.net Git - vlc/commit
- set rc_min_rate = rc_max_rate when strict-rc is set
authorIlkka Ollakka <ileoo@videolan.org>
Fri, 25 Jan 2008 17:32:06 +0000 (17:32 +0000)
committerIlkka Ollakka <ileoo@videolan.org>
Fri, 25 Jan 2008 17:32:06 +0000 (17:32 +0000)
commit235d2f4586b5dc5678daf43246f53502935b04a8
treeb8af19652b5c8fccff660ac5511f0c9fdc91e050
parentde70828af4f3a4599e5fe0e3b9c1fd3651faceaa
- set rc_min_rate = rc_max_rate when strict-rc is set
- disable frame.pts only mp4v (seems to be bug concerning only that
  codec)
- initialize p_sys->i_hq to FF_MB_DECISION_RD if else ain't specified
  (seems like it's used uninitialised otherwise)
- set mb_lmin/mb_lmax and lmin/lmax also with qmin (ffmpeg documentation
  says lmax = qmax * FF_QP2LAMBDA) seems to help rate-control.
modules/codec/ffmpeg/encoder.c