[FFmpeg-cvslog] on2avc: change a comment at #endif to match actual define
Kostya Shishkov
git at videolan.org
Wed Apr 23 23:10:51 CEST 2014
ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Wed Apr 23 20:02:37 2014 +0200| [7cade8ea2bb19e78dae42b29720535a70fb2ae84] | committer: Kostya Shishkov
on2avc: change a comment at #endif to match actual define
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7cade8ea2bb19e78dae42b29720535a70fb2ae84
---
libavcodec/on2avcdata.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/on2avcdata.h b/libavcodec/on2avcdata.h
index ea618d4..39d2911 100644
--- a/libavcodec/on2avcdata.h
+++ b/libavcodec/on2avcdata.h
@@ -79,4 +79,4 @@ extern const float ff_on2avc_ctab_2[2048];
extern const float ff_on2avc_ctab_3[2048];
extern const float ff_on2avc_ctab_4[2048];
-#endif /* AVCODEC_ff_on2avc_DATA_H */
+#endif /* AVCODEC_ON2AVC_DATA_H */
More information about the ffmpeg-cvslog
mailing list