Opened 22 months ago

Closed 20 months ago

Last modified 20 months ago

#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:2 by James, 20 months ago

Resolution: fixed
Status: openclosed

comment:3 by Carl Eugen Hoyos, 20 months ago

Keywords: libsvtav1 added
Note: See TracTickets for help on using tickets.