avfilter/avfiltergraph: fix constant string comparision master
authorKacper Michajłow <kasper93@gmail.com>
Sun, 30 Nov 2025 00:56:07 +0000 (01:56 +0100)
committerKacper Michajłow <kasper93@gmail.com>
Sun, 30 Nov 2025 02:02:41 +0000 (03:02 +0100)
commit2456a39581c3388bcf6f61c66aef36a887537c23
tree39321e8a4d8363c4f0268d3f25ccbf27257589ce
parent89f984e3d1d8f1f009c616e0c6425094395fdbdc
avfilter/avfiltergraph: fix constant string comparision

It's not guaranteed that the conversion filter name string will be
deduplicated to the same memory location. While this is common
optimization to do, we cannot rely on it always happening.

Fixes regression since 8b375b2ffd4377909180241cdc65d63d372a35a3.

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
libavfilter/avfiltergraph.c