Skip svn change r31034 (bad FFmpeg-ASS support attempt)
commitb4c7b7ce1142e676bd082952b12713bcc5f3203e
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 26 Apr 2010 15:26:21 +0000 (26 18:26 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 26 Apr 2010 15:36:16 +0000 (26 18:36 +0300)
tree87a087e69a0e2912183736de409676f824fb2248
parent7795726e0f8c70edd6ecde7fd2137214af302f4f
parent026fb91615e5528f1d23f1479b0b5fc4f12d04b7
Skip svn change r31034 (bad FFmpeg-ASS support attempt)

This svn commit is wrong in multiple ways. First, it doesn't actually
work; there's more than one functionality bug. Second, it's the wrong
overall approach. If FFmpeg continues to insist on mangling subtitles
to this badly-thought-out format and support for it is desired in
MPlayer then the right approach would be conversion to a saner format
in demux_lavf, instead of trying to handle the mangled format
elsewhere.