[SCM] libav/experimental: Make inter_level/run global again, msmpeg4 uses them. ... I did test but it wasnt recompiled ...

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:57:12 UTC 2013


The following commit has been merged in the experimental branch:
commit aa11ce6568a190b7c843c57bcbc8f5e1785af99b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jan 9 18:12:06 2010 +0000

    Make inter_level/run global again, msmpeg4 uses them.
    ... I did test but it wasnt recompiled ...
    
    Originally committed as revision 21112 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h263data.h b/libavcodec/h263data.h
index 20a9ab4..ab5d5b3 100644
--- a/libavcodec/h263data.h
+++ b/libavcodec/h263data.h
@@ -127,7 +127,7 @@ const uint16_t inter_vlc[103][2] = {
 { 0x5e, 12 },{ 0x5f, 12 },{ 0x3, 7 },
 };
 
-static const int8_t inter_level[102] = {
+const int8_t inter_level[102] = {
   1,  2,  3,  4,  5,  6,  7,  8,
   9, 10, 11, 12,  1,  2,  3,  4,
   5,  6,  1,  2,  3,  4,  1,  2,
@@ -143,7 +143,7 @@ static const int8_t inter_level[102] = {
   1,  1,  1,  1,  1,  1,
 };
 
-static const int8_t inter_run[102] = {
+const int8_t inter_run[102] = {
   0,  0,  0,  0,  0,  0,  0,  0,
   0,  0,  0,  0,  1,  1,  1,  1,
   1,  1,  2,  2,  2,  2,  3,  3,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list