OSDN Git Service

avcodec/vda_h264_dec: avoid declaring int in for arguments
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 29 Dec 2013 02:10:08 +0000 (03:10 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 29 Dec 2013 02:16:28 +0000 (03:16 +0100)
commitfead24141af0ed162b0bebd1764ab147690a02f3
tree8d5d72cb2b0745cdceba98f78801a2b9b34f12ac
parent3477874abdd4a892ec3df2a9685ed959e2f73f21
avcodec/vda_h264_dec: avoid declaring int in for arguments

Some compilers dont support that

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