OSDN Git Service

lavu/error: fix make checkheaders.
authorClément Bœsch <ubitux@gmail.com>
Wed, 9 May 2012 07:57:33 +0000 (09:57 +0200)
committerClément Bœsch <ubitux@gmail.com>
Fri, 18 May 2012 21:34:11 +0000 (23:34 +0200)
commit7c2bb79f3b849d12800856379063f99f3b018678
treea11bdc057745f0378a221773d746689f36434838
parent1913989f568eab1b001e6c8645fd6f5409d93099
lavu/error: fix make checkheaders.

The errors need to be defined before including functions depending on
them. See av_size_mult() for instance. stddef.h is included for the
prototype of av_sterror (use of size_t).
libavutil/error.h