Changes between Initial Version and Version 1 of Ticket #11159, comment 13
- Timestamp:
- Jan 11, 2013, 10:30:30 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11159, comment 13
initial v1 5 5 > The workaround for cut TS playback is to seek forward/back after discontinuity. 6 6 7 Ffmpeg doesn't support change of resolution in a H264 stream when using multi-threaded decoding. 8 This has been fixed in ffmpeg master a few weeks ago only. 7 Ffmpeg doesn't support change of resolution in a H264 stream when using multi-threaded decoding. Multi threaded decoding was introduced in FFmpeg last year, after mythtv 0.25 was released and before 0.26. 8 9 This issue has been fixed in ffmpeg master a few weeks ago only. 9 10 10 11 Mythtv now uses ffmpeg 1.0 stable branch and will not get that fix until ffmpeg release a new stable version.