[MPlayer-dev-eng] ffmpeg directrender

Arpi arpi at thot.banki.hu
Sat Jul 20 19:25:07 CEST 2002


Hi,

I've fixed IP/IPB dr in vo_xv, and while doing benchmark, i got problems
with -vo mga and ffmpeg12.
I got this check triggered:
    if(avctx->dr_stride && avctx->dr_stride !=mpi->stride[0]){
        mp_msg(MSGT_DECVIDEO,MSGL_ERR, "Error: stride changed\n");
    }
Probably because B frames are direct rendered (and stride is 32-byte
aligned due to MGA hw limitation) while I/P frames aren't.

Is there any good reason why stride cannot be changed between frames?


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list