Opened 18 years ago
Closed 18 years ago
#1392 closed defect (fixed)
Regression in seeking H.264 files
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | demuxer |
| Version: | HEAD | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
Hello,
r25874 - "Prefer lavf mov demuxer over our own, it should work better most of the time now" introduces in MPlayer a problem when users want to rewind and the seek command has a value relatively too great.
For example, if file position is 30 second and MPlayer recevies the command "seek -60 0", then MPlayer prints the error message:
"[h264 @ 0x88f8a40]Missing reference picture"
and instead of playing from position 0, displays awhile corrupted graphics.
Change History (1)
comment:1 by , 18 years ago
| Component: | core → demuxer |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in FFmpeg r16815 - "seek at 0 when timestamp requested is negative" by Baptiste Coudurier. Thanks.