mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
f0ee38790b
postProcess in postprocess_template.c copies a PPContext
to the stack, works with this copy and then copies
it back again. Said local copy uses a hardcoded alignment
of eight, although PPContext has alignment 32 since
|
||
---|---|---|
.. | ||
libpostproc.v | ||
Makefile | ||
postprocess_altivec_template.c | ||
postprocess_internal.h | ||
postprocess_template.c | ||
postprocess.c | ||
postprocess.h | ||
postprocres.rc | ||
version_major.h | ||
version.c | ||
version.h |