CVS: main/libmpcodecs vd_qtvideo.c,1.12,1.13
15 Dec
2002
15 Dec
'02
9:39 p.m.
Update of /cvsroot/mplayer/main/libmpcodecs In directory mail:/var/tmp.root/cvs-serv29882 Modified Files: vd_qtvideo.c Log Message: handle mencoder's 0-byte 'skipped frames' Index: vd_qtvideo.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_qtvideo.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- vd_qtvideo.c 16 Dec 2002 01:49:39 -0000 1.12 +++ vd_qtvideo.c 16 Dec 2002 02:38:37 -0000 1.13 @@ -276,6 +276,8 @@ int i; mp_image_t* mpi; ComponentResult cres; + + if(len<=0) return NULL; // skipped frame mpi=mpcodecs_get_image(sh, MP_IMGTYPE_STATIC, MP_IMGFLAG_PRESERVE, sh->disp_w, sh->disp_h);
8366
Age (days ago)
8366
Last active (days ago)
0 comments
1 participants
participants (1)
-
Arpi of Ize