Opened 17 years ago
Closed 16 years ago
#1078 closed defect (fixed)
-chapter doesn't work with -dumpstream anymore (pinpointed commit)
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | andrew.david.45@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I noticed the other day that
mplayer -dvd-device myiso.iso dvd://1 -chapter 1-1 -dumpstream -dumpfile 1.vob
didn't work as expected, it dumped the whole dvd. Without -dumpstream it properly stops playing after the first chapter though. The problem is introduced by commit r25987 "-chapter is now handled uniformly calling demuxer_seek_chapter() instead of letting individual demuxers and stream readers do their nasty job". I verified that reverting that commit fixes the problem on latest (r26749) svn too. I assume you don't want to revert it though, but I have no idea why the change introduces the problem.
ps i wasn't sure which component to select since the patch touches mplayer.c, mencoder.c, stream/ and libmpdemux/.
Change History (2)
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
See r27987