Welcome to mirror list, hosted at ThFree Co, Russian Federation.

valgrind-check.sh « mt-work - github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 276327a76aa4ef09f48b46af13434f3375f9feba (plain)
1
2
3
4
5
#!/bin/bash

valgrind --track-origins=yes --leak-check=full ./ffmpeg_g -threads 1 -vsync 0 -y -t 30 -i "$1" -an -f null /dev/null

valgrind --track-origins=yes --leak-check=full ./ffmpeg_g -threads 3 -vsync 0 -y -t 30 -i "$1" -an -f null /dev/null