~ubuntu-branches/ubuntu/raring/libav/raring-security

« back to all changes in this revision

Viewing changes to libavcodec/faxcompr.c

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2012-11-16 12:39:50 UTC
  • mfrom: (26.1.1 quantal-security)
  • Revision ID: package-import@ubuntu.com-20121116123950-p11m12vkg2n8zc98
Tags: 6:0.8.4-0ubuntu1
No change rebuild for raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    ccitt_vlc[1].table = code_table2;
111
111
    ccitt_vlc[1].table_allocated = 648;
112
112
    for(i = 0; i < 2; i++){
113
 
        init_vlc_sparse(&ccitt_vlc[i], 9, CCITT_SYMS,
114
 
                        ccitt_codes_lens[i], 1, 1,
115
 
                        ccitt_codes_bits[i], 1, 1,
116
 
                        ccitt_syms, 2, 2,
117
 
                        INIT_VLC_USE_NEW_STATIC);
 
113
        ff_init_vlc_sparse(&ccitt_vlc[i], 9, CCITT_SYMS,
 
114
                           ccitt_codes_lens[i], 1, 1,
 
115
                           ccitt_codes_bits[i], 1, 1,
 
116
                           ccitt_syms, 2, 2,
 
117
                           INIT_VLC_USE_NEW_STATIC);
118
118
    }
119
119
    INIT_VLC_STATIC(&ccitt_group3_2d_vlc, 9, 11,
120
120
                    ccitt_group3_2d_lens, 1, 1,