#233 closed defect (wontfix)
Crash within mpeg2_set_buf decode.c when hardframedropping is on
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | core |
| Version: | 1.0pre6 | Severity: | major |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
Crashes when running:
run -sws 2 -vf tfields=4 -fs -vo xmga -monitoraspect 1.25 dvb://NINE
and then enabling hardframedrop using the 'd' key. Gdb trace attached.
Attachments (1)
Change History (4)
by , 22 years ago
| Attachment: | mplayerbug.txt added |
|---|
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Try with -vfm ffmpeg. Though it should not crash, hardframedrop seriously breaks
the stream as it does not even decode the frames - and the libmpeg2 decoder is
optimized for speed and has little error resilience.
So you should better use only framedrop or you can also use -vfm ffmpeg together
with lowres decoding.
comment:3 by , 20 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Currently looks like a libmpeg2 crash due to hardframedrop. Unless exploitable
(does not look like it) this won't be fixed.
If you have differing/additional information, reopen.

GDB backtrace