[MPlayer-cvslog] r27551 - trunk/libmpdemux/demux_lavf.c

Uoti Urpala uoti.urpala at pp1.inet.fi
Fri Sep 12 02:17:46 CEST 2008


On Fri, 2008-09-12 at 01:06 +0200, Aurelien Jacobs wrote:
> I'm not sure how you tested it, but you need to know that a pending
> patch is needed to use libass+lavf. So please test again with latest

That form of patch is not "pending", it's known broken. Have you still
not understood why a patch with stuff like this:

-                    ass_process_chunk(ass_track, packet, len,
-                                      (long long)(pts*1000 + 0.5),
-                                      (long long)((endpts-pts)*1000 + 0.5));
+                    ass_process_data(ass_track, packet, len);

which moves all authoritative timing information inside codec bitstream
and ignores demuxer fields is not OK?




More information about the MPlayer-cvslog mailing list