Opened 9 years ago
Closed 9 years ago
#5638 closed defect (duplicate)
Commit ca2f19b9cc37be509d85 breaks videotoolbox decoding
Reported by: | Michael Guntsche | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | h264 regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Hello,
I recently updated my mpv build with an updated ffmpeg library version from HEAD and noticed that videotoolbox was no longer able to decode h.264 videos which were working fine before. I tracked this down to commit 8d0cc8ca97678f4ca "h264_parser: switch to h2645_parse for NAL unescaping". If I revert to a commit before that everything works, with this commit the initialisation of videotoolbox fails.
Sadly a simple revert of this commit is not possible so I could not check that.
Change History (4)
comment:1 by , 9 years ago
Keywords: | h264 regression added |
---|---|
Priority: | normal → important |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Summary: | Commit 8d0cc8ca breaks videotoolbox decoding → Commit ca2f19b9cc37be509d85 breaks videotoolbox decoding |
---|
comment:4 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #5595 - fixed in 8e47a99f576d.
Note:
See TracTickets
for help on using tickets.
Sorry I pasted the WRONG commit from my notes it IS commit
ca2f19b9cc37be509d85 "switch to h2645_parse for NAL parsing"