mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-11 15:07:58 +00:00
![Diego Biurrun](/assets/img/avatar_default.png)
This fixes compilation failures related to START_TIMER/STOP_TIMER macros and -Werror=declaration-after-statement. START_TIMER declares variables and thus may not be placed after statements outside of a new block.