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:
authorDiego Biurrun <diego@biurrun.de>2014-01-28 11:23:02 +0400
committerReinhard Tartler <siretart@tauware.de>2014-03-02 20:42:37 +0400
commit9cc22be032980af0c47de0d8d3b9dd150dc31edb (patch)
treeeb60fa3eb5e29d7cc8d34c31b611a5d67c7d3c21 /libavcodec/svq3.h
parent646c564de545d808465e231dfcec60539654de2c (diff)
svq3: Adjust #endif comment
(cherry picked from commit 61e7c7f27b0a2652bf5cd282b97762ee99d025ef)
Diffstat (limited to 'libavcodec/svq3.h')
-rw-r--r--libavcodec/svq3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq3.h b/libavcodec/svq3.h
index 8c67a23789..a20e620f8e 100644
--- a/libavcodec/svq3.h
+++ b/libavcodec/svq3.h
@@ -24,4 +24,4 @@
void ff_svq3_luma_dc_dequant_idct_c(int16_t *output, int16_t *input, int qp);
void ff_svq3_add_idct_c(uint8_t *dst, int16_t *block, int stride, int qp, int dc);
-#endif /* AVCODEC_DSPUTIL_H */
+#endif /* AVCODEC_SVQ3_H */