mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-08-07 14:28:31 +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>