mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-15 15:32:41 +02:00
2e95054ebb
This fixes valgrind warnings about conditional jumps based on uninitialized data (even though the uninitialized data only ever was compared with a direct copy of the same uninitialized data). Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>