[MPlayer-dev-eng] PATCH to support theora-exp in mplayer

Timothy B. Terriberry tterribe at xiph.org
Wed May 25 07:56:45 CEST 2005


Rich Felker wrote:
> HELL NO! I would never suggest anything idiotic like that!!!
> 
> I said to keep the first frame in the demuxer private area so that you
> could demux it next time the demuxer is called. NOT IN THE EXTRADATA!!

My mistake (it _is_ 2 in the morning, and I've been working since 7:30
yesterday morning). That makes me think you're slightly less off your
rocker. Actually, a better solution would probably be to not pass the
header packets on to the ds layer at all, but read them directly from
the Ogg stream in demux_ogg_open(), and pass only data packets along in
demux_ogg_fill_buffer() (similar to other demuxer's behavior, since they
will have no header packets). Still seems like a lot more needless
complexity than a simple 7-line function. In either case, I don't have
more time to look at this tonight.




More information about the MPlayer-dev-eng mailing list