Ignore svn change r30420
commit167322fa33b6efbc1f1d681327b4a928ba0b706a
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 27 Jan 2010 22:26:22 +0000 (28 00:26 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 27 Jan 2010 22:26:22 +0000 (28 00:26 +0200)
tree272e1cdfe7dd867ed2a4d1563a03940f307f3342
parent42a87fc6113bc14bbd14681e209a8c91c4b87a90
parent71dcc053fe61841201abe1034a86eae863197c48
Ignore svn change r30420

This commit isn't quite right - most of this functionality doesn't
belong at the demuxer level, and cannot be implemented correctly
there. Instead for example the command.c function calling
demuxer_set_angle() should call a higher-level reset function that
does some of the stuff that current mplayer.c seek() does, plus some
things moved from the existing demuxer layer code. I'll leave the
implementation for later though.