ffvvc / FFmpeg

VVC Decoder for ffmpeg
Other
48 stars 12 forks source link

id:000188,sig:11,src:009350+001180,time:848789467,execs:411819,op:splice,rep:4.bit #221

Open frankplow opened 2 months ago

frankplow commented 2 months ago

The coding structure parsing enters an infinite loop, causing a stack overflow. The error appears similar in nature to the one which motivated 2d79ae3f8a3306d24afe43ba505693a8dbefd21b. The CTU size varies thoughout the sequence, which causes issues as certain values are derived using a different CTU size to other related values.