OSDN Git Service

Place some START_TIMER invocations in separate blocks.
authorDiego Biurrun <diego@biurrun.de>
Tue, 3 Jan 2012 12:25:25 +0000 (13:25 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 4 Jan 2012 14:05:49 +0000 (15:05 +0100)
commit00a1cdd2645992c084a6c71746b04babb7cae364
treeb57f52aaa21cfe69cfeca081cc4c5c2a001a9599
parenta6a4793d045cda277f0ec4579d206b36e3cf90b6
Place some START_TIMER invocations in separate blocks.

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.
libavcodec/indeo5.c
libpostproc/postprocess_template.c