1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 01:22:30 +00:00
mpv/libass/mputils.h
diego fba0b66ff9 Add explanatory comments to the #endif part of multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-31 16:15:50 +00:00

12 lines
277 B
C

#ifndef ASS_MPUTILS_H
#define ASS_MPUTILS_H
#include "mp_msg.h"
#include "help_mp.h"
#include "libvo/font_load.h" // for blur()
#include "subreader.h" // for guess_buffer_cp
#include "libvo/sub.h" // for utf8_get_char
#include "libavutil/common.h"
#endif /* ASS_MPUTILS_H */