]> granicus.if.org Git - libass/commit
Improve message callback API
authorGrigori Goronzy <greg@blackbox>
Sun, 26 Jul 2009 14:03:37 +0000 (16:03 +0200)
committerGrigori Goronzy <greg@blackbox>
Sun, 26 Jul 2009 14:03:37 +0000 (16:03 +0200)
commitf21c5b6b2788d1ba2073cb4066eedee0de1b249e
tree027a48eea625849f03c4756f770ad101b8a080a7
parent311ec23031e257a8edde5153b09a5d0c2d6b0f6b
Improve message callback API

Instead of passing a pointer to a va_list, pass the va_list itself.
Additionally, use const char for the format string and use names in
the prototype that describe the arguments' meaning.
libass/ass.h
libass/ass_library.c
libass/ass_library.h
libass/ass_utils.c
test/test.c