Opened 19 years ago
Closed 17 years ago
internal dvd player: dvd fails to play after changeset 12645
danielk tracked down the issue. the current patch is to revert most of the changes to libformat/mpeg.c
Attachments
(3)
- dvd-fix.patch
(3.6 KB
) - added by skamithi 19 years ago.
- ticket_3000.diff
(7.0 KB
) - added by skamithi 19 years ago.
- danielk found out that actually the root cause is the url_fseek call that was added in ffmpeg changeset 7560. preventing avf_seek from been called for a dvd resolves the issue as well. So far haven't seen any harm in leaving it this way. Also fixed some compiling warnings in avformatdecoder.cpp
- dvd_ds9_menufail.log.bz2
(3.9 KB
) - added by g8ecj@… 18 years ago.
- log of DVD menu failure
Download all attachments as:
.zip
Change History
(10)
by skamithi, 19 years ago
| Owner: |
changed from Isaac Richards to skamithi
|
by skamithi, 19 years ago
| Owner: |
changed from skamithi to Janne Grunau
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
(In [12659]) Refs #3000. Reverts ffmpeg changeset 7562 brought in by ffmpeg sync [12645].
According to what Stanley Kamithi has been able to dig up this was a code cleanup patch, but it has broken DVD playing in MythTV. I believe the problem is that the new code doesn't set timecodes properly, but it's a bit complicated so I'm just reverting the change for now.