mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
This moves declarations without initialisers or with constant
initialisers to the start of a block, and adds do {} while(0)
around some macros, thus allowing declarations within them.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
||
|---|---|---|
| .. | ||
| libpostproc.v | ||
| Makefile | ||
| postprocess.c | ||
| postprocess.h | ||
| postprocess_altivec_template.c | ||
| postprocess_internal.h | ||
| postprocess_template.c | ||