#9834 closed defect (fixed)
SVT-AV1 encoding segfaults on last frame
Reported by: | Sesse | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | libsvtav1 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
git at 9450f759748d02d1d284d2e4afd741cb0fe0c04a.
./ffmpeg -y -i untitled.mkv -c:v libsvtav1 -pix_fmt yuv420p10le -preset 10 -b:v 3M -frames 5 foo-av1.webm
Segfaults on the last frame. It seems that the pic_type and metadata members of headerPtrLast are uninitialized and thus get stack garbage (should be EB_AV1_INVALID_PICTURE and NULL respectively, according to Source/App/EncApp/EbAppProcessCmd.c in the SVT-AV1 code).
Change History (3)
comment:1 by , 2 years ago
Status: | new → open |
---|
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Should be fixed in fb70e0611bd7b634c1bc08096072f68659cc0a55
comment:3 by , 2 years ago
Keywords: | libsvtav1 added |
---|
Note:
See TracTickets
for help on using tickets.
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20220822030649.2607-1-jamrial@gmail.com/