]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Fix crash when encoding using libschroedinger.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 10 Feb 2009 14:27:16 +0000 (14:27 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 10 Feb 2009 14:27:16 +0000 (14:27 +0000)
commit4979830e0fd48f5039111daf7eaeeb097bec9e85
tree6de8820d1d118cd2e50d87dfc28a16f49f2fc528
parentba1ad35b935d0abd9aef86c3ab2901dcc37a6b45
Fix crash when encoding using libschroedinger.
Currently only pixel and half-pixel motion vector precisions are supported in
libschroedinger. Setting the mv_precision field to 2 (i.e. quarter pixel)
causes a crash in the libschroedinger encoder calls. By not setting this
parameter, we fall back to the default value used in libschroedinger.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17132 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/libschroedingerenc.c