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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-24 05:31:20 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-03-25 03:43:14 +0400
commit01df2a13c32a28cd5a5b27098aa2b4b32a3d76e4 (patch)
tree03873309edc678847358ede122debecacf2ea888 /libavfilter/vsrc_testsrc.c
parent4f112a8e34022c821be885ed293abc0b120c875b (diff)
avcodec/utils: initialize pixel buffer pool
This should silence many valgrind warnings about use of uninitialized data, all the warnings i looked at where false positives having their uninitialized data not actually used. The same effect could be achieved by listing all code that touches the pixel buffer in the valgrind suppression file. Note, valgrind also fails to trace the origins correctly. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vsrc_testsrc.c')
0 files changed, 0 insertions, 0 deletions