mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-08 08:41:11 +02:00
7fe1ecefe1
Parse expression only when a new value is explicitly specified. In particular, avoid double free in case an old expression value is cached, it is set in the context, it is freed as the old value, and finally the pointer stored in the context is freed again when the filter is released.