OSDN Git Service

Merge some declarations and initializations.
authorDiego Biurrun <diego@biurrun.de>
Tue, 3 Jan 2012 12:18:49 +0000 (13:18 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 4 Jan 2012 00:28:28 +0000 (01:28 +0100)
commit54e68fb3b89247084dfaeb3697a18f8ba92c5ea5
tree8dabeb2ca3e50cfff56ad189e33f1c4658264f60
parent9dec55748cd5cf371d8f3eb35bac073d285f0617
Merge some declarations and initializations.

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/dnxhdenc.c
libavcodec/h264.c