adaptivedemux: Snap seek to other period does not work
Submitted by Seungha Yang
Link to original bug (#776559)
Description
Subclass's stream_seek() work correctly only if the target seek position is inside the period corresponding to the stream.
Maybe, in case of snap seeking, the code for adjustment of target seek position should be moved to subclass, but it's done by adaptivedemux now.