[FFmpeg-cvslog] avcodec/dvdec: Make dv_iweight_720_c static

Michael Niedermayer git at videolan.org
Fri Feb 27 19:33:49 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Feb 27 19:17:23 2015 +0100| [bf6102044d47d2ea7b27d861672c046a32a1427b] | committer: Michael Niedermayer

avcodec/dvdec: Make dv_iweight_720_c static

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/dvdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c
index 99fe1f4..388bbf2 100644
--- a/libavcodec/dvdec.c
+++ b/libavcodec/dvdec.c
@@ -116,7 +116,7 @@ static const uint16_t dv_iweight_720_y[64] = {
      96,  98,  96,  88,  96,  98, 202, 196,
     196, 202, 208, 218, 208, 232, 232, 246,
 };
-const uint16_t dv_iweight_720_c[64] = {
+static const uint16_t dv_iweight_720_c[64] = {
     128,  24,  24,  26,  26,  26,  36,  36,
      36,  36,  36,  36,  38,  36,  36,  38,
      38,  38,  38,  38,  38,  84,  76,  80,



More information about the ffmpeg-cvslog mailing list