OSDN Git Service

aacdec: fix strict prototype warning
authorHendrik Leppkes <h.leppkes@gmail.com>
Wed, 21 Oct 2015 10:50:44 +0000 (12:50 +0200)
committerHendrik Leppkes <h.leppkes@gmail.com>
Wed, 21 Oct 2015 12:28:08 +0000 (14:28 +0200)
commit4da52e3630343e8d3a79aef2cafcb6bf0b71e8da
treeadb8fe610d5bf3f6aa2da8c59a8032376a5eb9d3
parent0f87cbdd51f44189948ec602ec60115ea9b85bff
aacdec: fix strict prototype warning

Function protoypes without arguments require a void argument in C,
instead of an empty list.
libavcodec/aacdec_template.c