OSDN Git Service

avdevice/lavfi: dont assign variables to themselfs
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 9 Sep 2014 19:12:08 +0000 (21:12 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 13 Sep 2014 20:32:21 +0000 (22:32 +0200)
commit52c85b194b2d240495a5c0476221898e67dedbeb
tree46b0f3cb8ad40d3681c0ddc69b25c30b144fd30f
parent8407cbbfc942343d562d5960f3b85938db49fac7
avdevice/lavfi: dont assign variables to themselfs

Fixes "warning: explicitly assigning a variable of type int to itself"

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