[MPlayer-dev-eng] [PATCH] SSA/ASS subtitles support
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Sun Apr 23 13:16:18 CEST 2006
The filter does not work correctly with
ftp://toro.imec.msu.ru/users/eugeni/1.mkv.
The following helps, but I do not completely understand why.
static void get_image(struct vf_instance_s* vf, mp_image_t *mpi)
{
+ if(mpi->type==MP_IMGTYPE_IPB) return;
if(mpi->flags&MP_IMGFLAG_PRESERVE)
return;
Updated patch attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mplayer-ass.patch.bz2
Type: application/x-bzip2
Size: 25256 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060423/c13fdb0f/attachment.bin>
More information about the MPlayer-dev-eng
mailing list