~ubuntu-branches/ubuntu/utopic/ffmpeg-debian/utopic

« back to all changes in this revision

Viewing changes to libavcodec/intrax8.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-01-20 09:20:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090120092053-izz63p40hc98qfgp
Tags: 3:0.svn20090119-1ubuntu1
* merge from debian. LP: #318501
* new version fixes CVE-2008-3230, LP: #253767

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
static VLC j_dc_vlc[2][8];     //[quant], [select]
43
43
static VLC j_orient_vlc[2][4]; //[quant], [select]
44
44
 
45
 
static void x8_vlc_init(){
 
45
static void x8_vlc_init(void){
46
46
    int i;
47
47
 
48
48
#define  init_ac_vlc(dst,src) \
511
511
    int sign;
512
512
 
513
513
    assert(w->orient<12);
514
 
    memset(s->block[0],0x00,64*sizeof(DCTELEM));
 
514
    s->dsp.clear_block(s->block[0]);
515
515
 
516
516
    if(chroma){
517
517
        dc_mode=2;