summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
commitfba0b66ff9164bb0e386e47e6051d4ab29997fb5 (patch)
treee28a0e81b672caa7b78825d89c06f7b7940b23e7 /spudec.h
parentb8ab5e3f3626dc7f46f0392ccd537f538ac81fd1 (diff)
downloadmpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.bz2
mpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.xz
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
Diffstat (limited to 'spudec.h')
-rw-r--r--spudec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spudec.h b/spudec.h
index f2d15b8dbd..5cdbec57d9 100644
--- a/spudec.h
+++ b/spudec.h
@@ -19,5 +19,5 @@ void spudec_set_hw_spu(void *this, const vo_functions_t *hw_spu);
int spudec_changed(void *this);
void spudec_calc_bbox(void *me, unsigned int dxs, unsigned int dys, unsigned int* bbox);
void spudec_set_forced_subs_only(void * const this, const unsigned int flag);
-#endif
+#endif /* MPLAYER_SPUDEC_H */