OSDN Git Service

af_aresample: remove only use of array compound literals with non-const initializers...
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 29 Dec 2013 23:52:48 +0000 (00:52 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 30 Dec 2013 11:38:04 +0000 (12:38 +0100)
commit3cc0f335fe14d05f6f403b09586545f73cc16bc6
tree19bdba35b372e67851fc7cf7d7fa278619fd2398
parent311f61e1b4d508eb31c4c82c3dcd8137da4111d4
af_aresample: remove only use of array compound literals with non-const initializers in FFmpeg.

Some older compilers might have particular trouble with them,
and they do not really seem worth it to me.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavfilter/af_aresample.c