OSDN Git Service

avcodec/qdm2: move static init to normal init to avoid initializing tables that might...
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 6 Dec 2013 14:38:20 +0000 (15:38 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 6 Dec 2013 14:40:44 +0000 (15:40 +0100)
commit976fc5911c42783854d422eb1adcf4b57e6758f1
treea803fb5cfb8e27a15a7831be3e02f5489d4af45f
parent133fbfc7811ffae7b97dd129fcd0b5e646742362
avcodec/qdm2: move static init to normal init to avoid initializing tables that might never be used

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/qdm2.c