summaryrefslogtreecommitdiffstats
path: root/libavcodec/ass_split.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-10-04 07:47:24 +0200
committerClément Bœsch <ubitux@gmail.com>2011-10-04 07:48:56 +0200
commitdc3aeba3b1f183e75e4c5f909d848699e0343f14 (patch)
tree1f2c0b457c1edb16b79283c2766701664f487e83 /libavcodec/ass_split.h
parenta667e90aae61cc81ecde9864fad678a3e8d10107 (diff)
downloadffmpeg-streaming-dc3aeba3b1f183e75e4c5f909d848699e0343f14.zip
ffmpeg-streaming-dc3aeba3b1f183e75e4c5f909d848699e0343f14.tar.gz
ass_split: fix invalid doxygen group end markers.
Diffstat (limited to 'libavcodec/ass_split.h')
-rw-r--r--libavcodec/ass_split.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h
index 66b452b..2ce4eb5 100644
--- a/libavcodec/ass_split.h
+++ b/libavcodec/ass_split.h
@@ -130,7 +130,7 @@ typedef struct {
void (*font_size)(void *priv, int size);
void (*alignment)(void *priv, int alignment);
void (*cancel_overrides)(void *priv, const char *style);
- /**< @} */
+ /** @} */
/**
* @defgroup ass_functions ASS functions
@@ -138,14 +138,14 @@ typedef struct {
*/
void (*move)(void *priv, int x1, int y1, int x2, int y2, int t1, int t2);
void (*origin)(void *priv, int x, int y);
- /**< @} */
+ /** @} */
/**
* @defgroup ass_end end of Dialogue Event
* @{
*/
void (*end)(void *priv);
- /**< @} */
+ /** @} */
} ASSCodesCallbacks;
/**
OpenPOWER on IntegriCloud