Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Ortiz <nenjordi@gmail.com>2011-11-04 16:23:31 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-11-05 03:02:31 +0400
commitdb3463e9c3481bb7b29d0be7c2e99bd229a99ab0 (patch)
tree5b01c7297cf7bc40c40acfae75b0e868a3693bad /libavcodec/diracdsp.h
parentfca712df09b92942ae95753062a43695b051a120 (diff)
Dirac: Added endif comments
(cherry picked from commit c023d4db3688cd4f0fa47c472b33eb343b0d6db1) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/diracdsp.h')
-rw-r--r--libavcodec/diracdsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/diracdsp.h b/libavcodec/diracdsp.h
index 68c04c21e0..ecd12d6a68 100644
--- a/libavcodec/diracdsp.h
+++ b/libavcodec/diracdsp.h
@@ -64,4 +64,4 @@ DECL_DIRAC_PIXOP(avg, l4_c);
void ff_diracdsp_init(DiracDSPContext *c);
-#endif
+#endif /* AVCODEC_DIRACDSP_H */