[FFmpeg-cvslog] svq3: Adjust #endif comment

Diego Biurrun git at videolan.org
Thu Feb 20 14:46:09 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jan 28 08:23:02 2014 +0100| [61e7c7f27b0a2652bf5cd282b97762ee99d025ef] | committer: Diego Biurrun

svq3: Adjust #endif comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61e7c7f27b0a2652bf5cd282b97762ee99d025ef
---

 libavcodec/svq3.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/svq3.h b/libavcodec/svq3.h
index 8c67a23..a20e620 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 */



More information about the ffmpeg-cvslog mailing list