summaryrefslogtreecommitdiffstats
path: root/av_sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'av_sub.h')
-rw-r--r--av_sub.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/av_sub.h b/av_sub.h
index 8713bd207e..690ed6c1f1 100644
--- a/av_sub.h
+++ b/av_sub.h
@@ -24,6 +24,7 @@
struct sh_sub;
void reset_avsub(struct sh_sub *sh);
-int decode_avsub(struct sh_sub *sh, uint8_t **data, int *size, double *pts, double *endpts);
+int decode_avsub(struct sh_sub *sh, uint8_t **data, int *size,
+ double *pts, double *endpts);
-#endif
+#endif /* MPLAYER_AV_SUB_H */