[SCM] libav/experimental: make vp6_pcr_tree static

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:53:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 6b781ce7469ce4a0a90165b629060496b9bb5c8e
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Nov 12 01:08:05 2006 +0000

    make vp6_pcr_tree static
    
    Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h
index 5a387cc..ba4c7ab 100644
--- a/libavcodec/vp6data.h
+++ b/libavcodec/vp6data.h
@@ -275,7 +275,7 @@ static const int16_t vp6_block_copy_filter[16][8][4] = {
     {  -2,  18, 124, -12  } },
 };
 
-const vp56_tree_t vp6_pcr_tree[] = {
+static const vp56_tree_t vp6_pcr_tree[] = {
     { 8, 0},
     { 4, 1},
     { 2, 2}, {-1}, {-2},

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list