demux_lavf: use lavf for RealMedia (.rm) files by default
commit4d71fb7098f2b1488e514f09298edf764bb0d75b
authorUoti Urpala <uau@mplayer2.org>
Thu, 26 Jul 2012 15:32:09 +0000 (26 18:32 +0300)
committerUoti Urpala <uau@mplayer2.org>
Thu, 26 Jul 2012 15:32:09 +0000 (26 18:32 +0300)
treed890e33fe5d9ce0ff4a7d0f12ba1f55f9094629d
parentb7fb2daff40c7ad599722490dd11bf0765cc8f69
demux_lavf: use lavf for RealMedia (.rm) files by default

RealMedia was listed as a format for which the internal demuxer
(demux_real) was preferred over lavf. The original reason for this
(lavf failing to give any timing information for some video frames)
has been fixed in libavformat since. Make demux_lavf the preferred
demuxer for RealMedia.

The libavformat demuxer does still have issues. COOK audio initially
misbehaves after a seek (inconsistent timestamps, audio remaining from
the before-seek position). However, the internal demuxer seemed to be
_consistently_ out of sync with a test file. I haven't done thorough
testing, but the internal demuxer does not seem less buggy.
libmpdemux/demux_lavf.c